Texture2D::GatherCmpBlue 方法

Texture2D 进行采样和比较,并返回蓝色分量。

重载列表

方法 说明
GatherCmpBlue (S,float,float,int) 对纹理进行采样和比较,并返回蓝色分量。
GatherCmpBlue (S,float,float,int,uint) 对纹理进行采样和比较,并返回蓝色分量以及操作状态。
GatherCmpBlue (S,float,float,int2,int2,int2,int2) 对纹理进行采样和比较,并返回蓝色分量。
GatherCmpBlue (S,float,float,int2,int2,int2,int2,int2,uint) 对纹理进行采样和比较,并返回蓝色分量以及操作状态。

另请参阅

Texture2D