bgfx_topology_t

Primitive topology.

Values

ValueMeaning
BGFX_TOPOLOGY_TRILIST

Triangle list.

BGFX_TOPOLOGY_TRISTRIP

Triangle strip.

BGFX_TOPOLOGY_LINELIST

Line list.

BGFX_TOPOLOGY_LINESTRIP

Line strip.

BGFX_TOPOLOGY_POINTLIST

Point list.

BGFX_TOPOLOGY_COUNT

Meta