Unit 'nxGL' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_nxpascal]

TVBO

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

Declaration

Source position: nxGL.pas line 151

type TVBO = class(TCustomVertexArray)

public

  bIndex: Cardinal;

  

  bVertex: Cardinal;

  

  bNormal: Cardinal;

  

  bTexture: Cardinal;

  

  bColor: Cardinal;

  

  UseShader: Boolean;

  

  constructor Create();

  

  destructor Destroy; override;

  

  function GetIndexCount(); override;

  

  function IsStatic;

  

  procedure Render();

  

  procedure SetData;

  

  procedure SetPointers;

  

  procedure SetStatic();

  

end;

Inheritance

TVBO

  

|

TObject



CT Web help

CodeTyphon Studio