Interface DrawIndexed

根据索引数据绘制图元。

Hierarchy

  • DrawIndexed

Properties

__type__: "DrawIndexed"

数据类型。

firstIndex?: number

Offset into the index buffer, in indices, begin drawing from.

默认为 0 。

indexCount: number

The number of indices to draw.

绘制的顶点索引数量。

instanceCount?: number

The number of instances to draw.

默认为 1 。

Generated using TypeDoc