mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-30 16:45:02 +00:00
stuff
This commit is contained in:
13
MaterialX/source/MaterialXCore/Variant.cpp
Normal file
13
MaterialX/source/MaterialXCore/Variant.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// Copyright Contributors to the MaterialX Project
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
#include <MaterialXCore/Variant.h>
|
||||
|
||||
MATERIALX_NAMESPACE_BEGIN
|
||||
|
||||
const string VariantAssign::VARIANT_SET_ATTRIBUTE = "variantset";
|
||||
const string VariantAssign::VARIANT_ATTRIBUTE = "variant";
|
||||
|
||||
MATERIALX_NAMESPACE_END
|
||||
Reference in New Issue
Block a user