Uses of Class
com.aspose.threed.ShaderVariable
-
-
Uses of ShaderVariable in com.aspose.threed
Methods in com.aspose.threed that return types with arguments of type ShaderVariable Modifier and Type Method Description java.util.List<ShaderVariable>
ShaderProgram. getVariables()
Gets the variables used by this shader.Method parameters in com.aspose.threed with type arguments of type ShaderVariable Modifier and Type Method Description void
ShaderProgram. setVariables(java.util.List<ShaderVariable> value)
Gets the variables used by this shader.
-