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

TLabVertexBuffer

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

Declaration

Source position: LabBuffer.pas line 57

type TLabVertexBuffer = class(TLabBuffer)

public

  property Stride: TVkUInt32; [r]

  

  property Attribute []: PLabVertexBufferAttributeFormat; [r]

  

  property AttributeCount: TVkInt32; [rw]

  

  constructor Create();

  

  destructor Destroy; override;

  

  procedure SetAttributes();

  

  function MakeBindingDesc();

  

  function MakeAttributeDesc();

  

  function MakeAttributeDescArr();

  

end;

Inheritance

TLabVertexBuffer

  

|

TLabBuffer

  

|

TObject



CT Web help

CodeTyphon Studio