Uses of Interface
org.web3d.x3d.sai.Shaders.X3DProgrammableShaderObject
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Shaders | |
| org.web3d.x3d.sai.Shaders |
-
Uses of X3DProgrammableShaderObject in org.web3d.x3d.jsail.Shaders
Classes in org.web3d.x3d.jsail.Shaders that implement X3DProgrammableShaderObject Modifier and Type Class Description classComposedShaderObjectComposedShader can contain field declarations, but no CDATA section of plain-text source code, since programs are composed from child ShaderPart nodes.classPackagedShaderObjectPackagedShader can contain field declarations, but no CDATA section of plain-text source code.classShaderProgramObjectShaderProgram can contain field declarations and a CDATA section of plain-text source code. -
Uses of X3DProgrammableShaderObject in org.web3d.x3d.sai.Shaders
Subinterfaces of X3DProgrammableShaderObject in org.web3d.x3d.sai.Shaders Modifier and Type Interface Description interfaceComposedShaderComposedShader can contain field declarations, but no CDATA section of plain-text source code, since programs are composed from child ShaderPart nodes.interfacePackagedShaderPackagedShader can contain field declarations, but no CDATA section of plain-text source code.interfaceShaderProgramShaderProgram can contain field declarations and a CDATA section of plain-text source code.