Unit 'LabScene' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_vulkanlab]

TLabSceneShaderFactory

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: LabScene.pas line 113

type TLabSceneShaderFactory = class(TLabClass)

public

const

  SemanticMap = array [0..5] of record = ((Name: 'position'; Value: as_position), (Name: 'normal'; Value: as_normal), (Name: 'tangent'; Value: as_tangent), (Name: 'binormal'; Value: as_binormal), (Name: 'color'; Value: as_color), (Name: 'texcoord'; Value: as_texcoord))

  

  Name: string;

  

  Value: TLabVertexAttributeSemantic;

  

end;

public

  class function GetSemanticName();

  

  class function GetSemanticValue();

  

  class function MakeShader();

  

end;

Inheritance

TLabSceneShaderFactory

  

|

TObject



CT Web help

CodeTyphon Studio