Class TComposedShaderNode
Unit
X3DNodes
Declaration
type TComposedShaderNode = class(TAbstractShaderNode, IAbstractProgrammableShaderObject)
Description
OpenGL Shading Language (GLSL) shader container, which should be composed from multiple TShaderPartNode instances.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
|
 |
class function ClassX3DType: string; override; |
|
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
|
Properties
 |
property FdParts: TMFNode read FFdParts; |
|
|
Generated by PasDoc 0.14.0.
|