| Description | Hierarchy | Fields | Methods | Properties |
type TVertexBuffer = class(TReferenceCounted)
Undocumented.
![]() |
procedure Add(const Element: TVertex); inline; |
![]() |
procedure Resize(NSize: LongWord); inline; |
![]() |
procedure SetDirty; inline; |
![]() |
procedure SetUsed(UsedNow: LongWord); inline; |
![]() |
property Capacity: LongWord read GetCapacity; |
![]() |
property ChangeID: LongWord read GetChangeID; |
![]() |
property Data: Pointer read GetData; |
![]() |
property ElementSize: LongWord read GetElementSize; |
![]() |
property HardwareMappingHint: THardwareMappingHint read GetHardwareMappingHint
write SetHardwareMappingHint; |
![]() |
property Last: TVertex read GetLast; |
![]() |
property Size: LongWord read GetSize; |
![]() |
property Values[Index: LongWord]: TVertex read GetValue write SetValue; |
![]() |
property VertexType: TVertexType read GetType write SetType; |
![]() |
procedure Add(const Element: TVertex); inline; |
|
Undocumented. | |
![]() |
procedure Resize(NSize: LongWord); inline; |
|
Undocumented. | |
![]() |
procedure SetDirty; inline; |
|
Flags the mesh buffer as changed and reloads the hardware buffers. | |
![]() |
procedure SetUsed(UsedNow: LongWord); inline; |
|
Undocumented. | |
![]() |
property Capacity: LongWord read GetCapacity; |
|
Undocumented. | |
![]() |
property ChangeID: LongWord read GetChangeID; |
|
The current ID used for tracking changes. Should not be used outside TVideoDriver. | |
![]() |
property Data: Pointer read GetData; |
|
Undocumented. | |
![]() |
property ElementSize: LongWord read GetElementSize; |
|
Undocumented. | |
![]() |
property HardwareMappingHint: THardwareMappingHint read GetHardwareMappingHint
write SetHardwareMappingHint; |
|
The current hardware mapping hint. | |
![]() |
property Last: TVertex read GetLast; |
|
Undocumented. | |
![]() |
property Size: LongWord read GetSize; |
|
Undocumented. | |
![]() |
property Values[Index: LongWord]: TVertex read GetValue write SetValue; |
|
Undocumented. | |
![]() |
property VertexType: TVertexType read GetType write SetType; |
|
Undocumented. | |