Uses of Class
com.aspose.threed.ShaderStage
-
-
Uses of ShaderStage in com.aspose.threed
Methods in com.aspose.threed that return ShaderStage Modifier and Type Method Description static ShaderStage
ShaderStage. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ShaderStage[]
ShaderStage. 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 ShaderStage Constructor Description ShaderVariable(java.lang.String name, VariableSemantic semantic, ShaderStage shaderStage)
Constructor ofShaderVariable
-