vulkan-3.1.0.0: Bindings to the Vulkan graphics API.

Safe HaskellNone
LanguageHaskell2010

Graphics.Vulkan.Extensions.VK_AMD_texture_gather_bias_lod

Synopsis

Documentation

data TextureLODGatherFormatPropertiesAMD Source #

VkTextureLODGatherFormatPropertiesAMD - Structure informing whether or not texture gather bias/LOD functionality is supported for a given image format and a given physical device.

Valid Usage (Implicit)

See Also

Bool32, StructureType

Constructors

TextureLODGatherFormatPropertiesAMD 

Fields

  • supportsTextureGatherLODBiasAMD :: Bool

    supportsTextureGatherLODBiasAMD tells if the image format can be used with texture gather bias/LOD functions, as introduced by the https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_AMD_texture_gather_bias_lod extension. This field is set by the implementation. User-specified value is ignored.

Instances
Show TextureLODGatherFormatPropertiesAMD Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_AMD_texture_gather_bias_lod

Storable TextureLODGatherFormatPropertiesAMD Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_AMD_texture_gather_bias_lod

FromCStruct TextureLODGatherFormatPropertiesAMD Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_AMD_texture_gather_bias_lod

ToCStruct TextureLODGatherFormatPropertiesAMD Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_AMD_texture_gather_bias_lod

Zero TextureLODGatherFormatPropertiesAMD Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_AMD_texture_gather_bias_lod

type AMD_TEXTURE_GATHER_BIAS_LOD_EXTENSION_NAME = "VK_AMD_texture_gather_bias_lod" Source #