mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-25 06:04:57 +00:00
14 lines
310 B
C++
14 lines
310 B
C++
//
|
|
// 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
|