次の方法で共有


Texture2DMS::GetSamplePosition 関数

指定されたサンプル インデックスのサンプル位置を返します。

構文

float2 GetSamplePosition(
  in int sampleindex
);

パラメーター

sampleindex [in]

型: int

サンプルの場所の 0 から始まるインデックス。

戻り値

型: float2

サンプルの場所。

解説

この関数は、次の種類のシェーダーでサポートされています。

Vertex Hull Domain ジオメトリ ピクセル Compute
x x x x x x

 

関連項目

Texture2DMS

シェーダー モデル 5