Class TIndexBuffer

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TIndexBuffer = class(TReferenceCounted)

Description

Undocumented.

Hierarchy

Overview

Methods

Public procedure Add(Element: LongWord); 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 IndexType: TIndexType read GetType write SetType;
Public property Last: LongWord read GetLast;
Public property Size: LongWord read GetSize;
Public property Values[Index: LongWord]: LongWord read GetValue write SetValue;

Description

Methods

Public procedure Add(Element: LongWord); inline;

Undocumented.

Public procedure Resize(NSize: LongWord); inline;

Undocumented.

Public procedure SetDirty; inline;

Flags the meshbuffer as changed, reloads hardware buffers.

Public procedure SetUsed(UsedNow: LongWord); inline;

Undocumented.

Properties

Public property Capacity: LongWord read GetCapacity;

Undocumented.

Public property ChangeID: LongWord read GetChangeID;

Get the currently used ID for identification of changes.
This shouldn't be used for anything outside the VideoDriver.

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 IndexType: TIndexType read GetType write SetType;

Undocumented.

Public property Last: LongWord read GetLast;

Undocumented.

Public property Size: LongWord read GetSize;

Undocumented.

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

Undocumented.


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