Class TShaderProgramNode
Unit
X3DNodes
Declaration
type TShaderProgramNode = class(TAbstractNode)
Description
Self-container shader part used with TProgramShaderNode, for example with Microsoft HLSL shader language. Not implemented.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create(const AX3DName: String = ''; const ABaseUrl: String = ''); override; |
|
|
procedure CreateNode; override; |
|
|
class function ClassX3DType: string; override; |
|
|
procedure SetUrl(const Value: array of string); overload; |
|
Properties
|
property FdUrl: TMFString read FFdUrl; |
Internal wrapper for property Url . This wrapper API may change, we advise to access simpler Url instead.
|
|
property ShaderType: TShaderType read GetShaderType write SetShaderType; |
|
Generated by PasDoc 0.16.0.