mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-05-07 03:49:37 +00:00
stuff
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// Copyright Contributors to the MaterialX Project
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
#include <MaterialXFormat/Environ.h>
|
||||
|
||||
#include <emscripten/bind.h>
|
||||
|
||||
namespace ems = emscripten;
|
||||
namespace mx = MaterialX;
|
||||
|
||||
EMSCRIPTEN_BINDINGS(environ)
|
||||
{
|
||||
ems::function("getEnviron", &mx::getEnviron);
|
||||
ems::function("setEnviron", &mx::setEnviron);
|
||||
ems::function("removeEnviron", &mx::removeEnviron);
|
||||
}
|
||||
Reference in New Issue
Block a user