GLGeometryBuffer

Description

abstract class Tinman.Engine.API.GLGeometryBuffer

Derived from

GeometryBuffer abstract

Abstract base class for IGeometryBuffer implementations that use a GL-style API.

Protected / Constructors

GLGeometry​Buffer


protected constructor GLGeometryBuffer → (4)

context in : GLContext

[not-null]
The owning GLContext object.

indices in : IIndexBuffer own

The index buffer or null.

instances in : IVertexBuffer own

The instance buffer or null.

vertices in : IVertexBuffer own

[not-null]
The vertex buffer.

Creates a new instance of GLGeometryBuffer.