Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IVertexLayoutOptions

顶点布局解构初始化参数。

Hierarchy

  • IVertexLayoutOptions

Index

Properties

attributes

attributes: { format: EVertexFormat; name: string; offset: number; usage: EVertexLayoutUsage }[]

顶点属性列表。

Optional step

步进类型。

default

EVertexStep.PER_VERTEX

Optional stepRate

stepRate: number

步进单位。

default

1

Optional stride

stride: number

步长,不设定会自动计算。

Generated using TypeDoc