Table of Contents

Graphics

(NOTE) Indices used to define non-sequential primitive construction from vertices, such as shared vertices.

Methods Properties Base Classes Derived Classes
Add Count safeid32
Clear
Get

Properties


Count : integer

Number of vertex indices currently in buffer. Can be set manually to invoke vertex shading that number of times, with or without vertex data.

var Count : Integer

Methods


Add : Void

Add a vertex index to the buffer. |Name|Type|Description| |---|---|---| |value|integer| |

function Add(value : Integer)

Clear : Void

Clears all stored indices so that new ones can be added. |Name|Type|Description| |---|---|---|

function Clear()

Get : integer

Returns the vertex index that is stored at the given index of this buffer. |Name|Type|Description| |---|---|---| |index|integer| |

function Get(index : Integer) : Integer