Class TVertexBuffer

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TVertexBuffer = class(TReferenceCounted)

Description

Undocumented.

Hierarchy

Overview

Methods

Public procedure Add(const Element: TVertex); inline;
Public procedure Resize(NSize: LongWord); inline;
Public procedure SetDirty; inline;
Public procedure SetUsed(UsedNow: LongWord); inline;

Properties

Public property Capacity: LongWord read GetCapacity;
Public property ChangeID: LongWord read GetChangeID;
Public property Data: Pointer read GetData;
Public property ElementSize: LongWord read GetElementSize;
Public property HardwareMappingHint: THardwareMappingHint read GetHardwareMappingHint write SetHardwareMappingHint;
Public property Last: TVertex read GetLast;
Public property Size: LongWord read GetSize;
Public property Values[Index: LongWord]: TVertex read GetValue write SetValue;
Public property VertexType: TVertexType read GetType write SetType;

Description

Methods

Public procedure Add(const Element: TVertex); inline;

Undocumented.

Public procedure Resize(NSize: LongWord); inline;

Undocumented.

Public procedure SetDirty; inline;

Flags the mesh buffer as changed and reloads the hardware buffers.

Public procedure SetUsed(UsedNow: LongWord); inline;

Undocumented.

Properties

Public property Capacity: LongWord read GetCapacity;

Undocumented.

Public property ChangeID: LongWord read GetChangeID;

The current ID used for tracking changes. Should not be used outside TVideoDriver.

Public property Data: Pointer read GetData;

Undocumented.

Public property ElementSize: LongWord read GetElementSize;

Undocumented.

Public property HardwareMappingHint: THardwareMappingHint read GetHardwareMappingHint write SetHardwareMappingHint;

The current hardware mapping hint.

Public property Last: TVertex read GetLast;

Undocumented.

Public property Size: LongWord read GetSize;

Undocumented.

Public property Values[Index: LongWord]: TVertex read GetValue write SetValue;

Undocumented.

Public property VertexType: TVertexType read GetType write SetType;

Undocumented.


Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22