Home
last modified time | relevance | path

Searched refs:SHADERFX_FALSE (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/include/
H A DCOLLADAMayaSyntax.h502 static const String SHADERFX_FALSE = "false"; variable
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaShaderFXShaderExporter.cpp250 mShaderFXExporter.mStreamWriter.appendText(value ? SHADERFX_TRUE : SHADERFX_FALSE); in onBoolean()