Uses of Class
com.aspose.threed.VariableSemantic
-
-
Uses of VariableSemantic in com.aspose.threed
Methods in com.aspose.threed that return VariableSemantic Modifier and Type Method Description VariableSemantic
ShaderVariable. getSemantic()
Gets the semantic of this variablestatic VariableSemantic
VariableSemantic. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VariableSemantic[]
VariableSemantic. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.aspose.threed with parameters of type VariableSemantic Constructor Description ShaderVariable(java.lang.String name, VariableSemantic semantic)
Constructor ofShaderVariable
ShaderVariable(java.lang.String name, VariableSemantic semantic, ShaderStage shaderStage)
Constructor ofShaderVariable
-