Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.49 KB

texture2darray-gather.md

File metadata and controls

42 lines (27 loc) · 1.49 KB
title description ms.assetid keywords topic_type api_type ms.topic ms.date api_name api_location
Texture2DArray::Texture2DArray Gather methods
Samples a Texture2DArray and returns all four components.
eea1dd00-0061-4601-a218-979eb0ecd36d
Gather methods HLSL
apiref
NA
reference
05/31/2018

Texture2DArray::Gather methods

Returns the four texel values of a Texture2DArray that would be used in a bi-linear filtering operation.

See the documentation on gather4 for more information describing the underlying DXBC instruction.

Overload list

Method Description
Gather(S,float,int) Returns the four texel values that would be used in a bi-linear filtering operation.
Gather(S,float,int,uint) Returns the four texel values that would be used in a bi-linear filtering operation, along with tile-mapping status.

See also

Texture2DArray