Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.94 KB

texture2d-gathercmpblue.md

File metadata and controls

48 lines (28 loc) · 1.94 KB
title description ms.assetid keywords topic_type api_type ms.topic ms.date api_name api_location
Texture2D::Texture2D GatherCmpBlue methods
Samples and compares a Texture2D and returns the blue component.
2d266105-6d15-4593-ad70-b82c06f77a76
GatherCmpBlue methods HLSL
apiref
NA
reference
05/31/2018

Texture2D::GatherCmpBlue methods

Samples and compares a Texture2D and returns the blue component.

Overload list

Method Description
GatherCmpBlue(S,float,float,int) Samples and compares a texture and returns the blue component.
GatherCmpBlue(S,float,float,int,uint) Samples and compares a texture and returns the blue component along with status about the operation.
GatherCmpBlue(S,float,float,int2,int2,int2,int2) Samples and compares a texture and returns the blue component.
GatherCmpBlue(S,float,float,int2,int2,int2,int2,uint) Samples and compares a texture and returns the blue component along with status about the operation.

See also

Texture2D