Uses of Class
com.aspose.threed.ShaderSource
-
-
Uses of ShaderSource in com.aspose.threed
Subclasses of ShaderSource in com.aspose.threed Modifier and Type Class Description class
GLSLSource
The source code of shaders in GLSLclass
SPIRVSource
The compiled shader in SPIR-V format.Methods in com.aspose.threed with parameters of type ShaderSource Modifier and Type Method Description ShaderProgram
RenderFactory. createShaderProgram(ShaderSource shaderSource, VertexDeclaration vertexDeclaration)
Create aShaderProgram
object and using the vertex input inVertexDeclaration
's orderShaderProgram
RenderFactory. createShaderProgram(ShaderSource shaderSource, java.util.List<VertexField> inputFields)
Create aShaderProgram
object and using the vertex input inVertexDeclaration
's order
-