共用方式為


Texture2D::GatherGreen (S,float,int) 函式

針對在雙向線性篩選作業中使用的四個紋素值,會針對比較值傳回其綠色元件的比較。

語法

TemplateType GatherGreen(
  in sampler s,
  in float2 location,
  in int2 offset
);

參數

s [in]

類型: 取樣器

以零起始的取樣器索引。

位置 [in]

類型: float2

範例座標 (u,v) 。

offset [in]

類型: int2

取樣之前套用至紋理座標的位移。

傳回值

類型: TemplateType

四個元件值,其類型與範本類型相同。

備註

紋理樣本可用於雙向內插補點。

下列著色器類型支援此函式:

頂點 船體 網域 幾何形狀 像素 計算
x x x x x x

 

另請參閱

GatherGreen 方法

著色器模型 5