次の方法で共有


MTLDrawPrimitivesIndirectArguments 構造体

定義

プリミティブを描画するために必要なデータ レイアウトを表します。

public struct MTLDrawPrimitivesIndirectArguments
type MTLDrawPrimitivesIndirectArguments = struct
継承
MTLDrawPrimitivesIndirectArguments

フィールド

BaseInstance

最初のプリミティブ。

InstanceCount

number インスタンス。

VertexCount

頂点の数。

VertexStart

最初の頂点。

適用対象