IGeometryBuffer

Description

interface Tinman.Engine.Rendering.IGeometryBuffer

Derived from

IResource

Extended by

GeometryBuffer abstract

A buffer collection for drawing geometry.

Public / Attributes

Indices


public attribute Indices → (get)

value : IIndexBuffer

The index buffer or null if the geometry is not indexed.

The index buffer (optional).

Instances


public attribute Instances → (get)

value : IVertexBuffer

The instance buffer or null if the geometry is not instanced.

The instance buffer (optional).

Vertices


public attribute Vertices → (get)

value : IVertexBuffer

[not-null]
The vertex buffer.

The vertex buffer (required).