次の方法で共有


MTLDrawIndexedPrimitivesIndirectArguments 構造体

定義

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

public struct MTLDrawIndexedPrimitivesIndirectArguments
type MTLDrawIndexedPrimitivesIndirectArguments = struct
継承
MTLDrawIndexedPrimitivesIndirectArguments

フィールド

BaseInstance

最初のプリミティブ。

BaseVertex

最初の頂点。

IndexCount

各インスタンスのインデックス バッファーから読み取るインデックスの数。

IndexStart

最初のインデックスです。

InstanceCount

インスタンスの数。

適用対象