Class TShaderProgramNode
Unit
Declaration
type TShaderProgramNode = class(TAbstractNode, IAbstractUrlObject, IAbstractProgrammableShaderObject)
Description
Self-container shader part used with TProgramShaderNode, for example with Microsoft HLSL shader language. Not implemented.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TShaderProgramNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetUrl(const Value: array of string); |
![]() |
procedure SetUrl(const Value: TCastleStringList); |
Properties
![]() |
property FdUrl: TMFString read FFdUrl; |
![]() |
property FdType: TSFStringEnum read FFdType; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetUrl(const Value: array of string); |
![]() |
procedure SetUrl(const Value: TCastleStringList); |
Properties
![]() |
property FdUrl: TMFString read FFdUrl; |
![]() |
property FdType: TSFStringEnum read FFdType; |
Generated by PasDoc 0.16.0.
