vulkan-2.0.0.1: Bindings to the Vulkan graphics API.

Safe HaskellNone
LanguageHaskell2010

Graphics.Vulkan.Extensions.VK_AMD_texture_gather_bias_lod

Synopsis

Documentation

data VkTextureLODGatherFormatPropertiesAMD Source #

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

See Also

VkBool32, VkStructureType

Constructors

VkTextureLODGatherFormatPropertiesAMD 

Fields

  • vkSType :: VkStructureType

    sType is the type of this structure.

  • vkPNext :: Ptr ()

    pNext is NULL.

  • vkSupportsTextureGatherLODBiasAMD :: VkBool32

    supportsTextureGatherLODBiasAMD tells if the image format can be used with texture gather bias/LOD functions, as introduced by the {html_spec_relative}#VK_AMD_texture_gather_bias_lod extension. This field is set by the implementation. User-specified value is ignored.