Class TShaderPartNode
Unit
X3DNodes
Declaration
type TShaderPartNode = class(TAbstractNode, IAbstractUrlObject)
Description
OpenGL Shading Language (GLSL) shader part, used inside TComposedShaderNode.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
|
 |
class function ClassX3DType: string; override; |
|
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
|
 |
function Contents: string; |
|
Load shader code from node's URLs. In X3D XML encoding, also loads node's XML CDATA as a last resort. Will return '' if no valid URLs are present, loading errors are reported to WritelnWarning.
|
Properties
 |
property ShaderType: TShaderType read GetShaderType write SetShaderType; |
|
Shader type.
|
Generated by PasDoc 0.14.0.
|