IGeometryBuffer

Description

interface Tinman.Engine.Rendering.IGeometryBuffer

Derived from

IResource

Extended by

GeometryBuffer abstract

A buffer collection for drawing geometry.

Public / Attributes

Indices


[Constant]
public attribute Indices → (get)

value : IIndexBuffer

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

The index buffer (optional).

Instances


[Constant]
public attribute Instances → (get)

value : IVertexBuffer

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

The instance buffer (optional).

Vertices


[Constant]
public attribute Vertices → (get)

value : IVertexBuffer

[not-null]
The vertex buffer.

The vertex buffer (required).