Shaders component
This includes how programmable shaders are specified and how they affect the visual appearance of geometry. Programmable shading provides a method for end users to directly specify how an object is rendered by providing a method of programmatically modifying sections of the rendering pipeline.
| Name | Standard | Status | Comment |
|---|---|---|---|
| ComposedShader | X3D3.1 | stable | |
| FloatVertexAttribute | X3D3.1 | stable | |
| Matrix3VertexAttribute | X3D3.1 | stable | |
| Matrix4VertexAttribute | X3D3.1 | stable | |
| PackagedShader | X3D3.1 | stable | |
| ProgramShader | X3D3.1 | stable | |
| ShaderPart | X3D3.1 | stable | |
| ShaderProgram | X3D3.1 | stable |