Uses of Interface
org.web3d.x3d.sai.Shaders.X3DProgrammableShaderObject
Package
Description
The Programmable Shaders component describes how programmable shaders are specified and how they affect the visual appearance of geometry.
The Programmable Shaders component describes how programmable shaders are specified and how they affect the visual appearance of geometry.
-
Uses of X3DProgrammableShaderObject in org.web3d.x3d.jsail.Shaders
Modifier and TypeClassDescriptionclass
ComposedShader can contain field declarations, but no CDATA section of plain-text source code, since programs are composed from child ShaderPart nodes.class
PackagedShader can contain field declarations, but no CDATA section of plain-text source code.class
ShaderProgram can contain field declarations and a CDATA section of plain-text source code. -
Uses of X3DProgrammableShaderObject in org.web3d.x3d.sai.Shaders
Modifier and TypeInterfaceDescriptioninterface
ComposedShader can contain field declarations, but no CDATA section of plain-text source code, since programs are composed from child ShaderPart nodes.interface
PackagedShader can contain field declarations, but no CDATA section of plain-text source code.interface
ShaderProgram can contain field declarations and a CDATA section of plain-text source code.