_Texture<T, Shape, isArray, isMS, sampleCount, access, isShadow, isCombined, format>.queryFootprintFineBiasClamp

Description

Query the footprint that would be accessed by a texture sampling operation.

This operation queries the footprint that would be accessed by a comparable call to:

t.SampleBiasClamp(sampler, coords, lodBias, lodClamp);

Signature

TextureFootprint<Shape.dimensions> _Texture<T, Shape, isArray, isMS, sampleCount, access, isShadow, isCombined, format>.queryFootprintFineBiasClamp(
    uint granularity,
    SamplerState sampler,
    vector<float, Shape.dimensions> coords,
    float lodBias,
    float lodClamp)
    where T : ITexelElement
    where Shape : __ITextureShape
    where isArray == 0
    where isMS == 0
    where access == 0
    where isCombined == 0;

Parameters

granularity : uint

sampler : SamplerState

coords : vector<float, Shape.dimensions>

lodBias : float

lodClamp : float