MTLDrawPrimitivesIndirectArguments 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示绘制基元所需的数据布局。
public struct MTLDrawPrimitivesIndirectArguments
type MTLDrawPrimitivesIndirectArguments = struct
- 继承
-
MTLDrawPrimitivesIndirectArguments
字段
BaseInstance |
第一个基元。 |
InstanceCount |
实例数。 |
VertexCount |
顶点数。 |
VertexStart |
第一个顶点。 |