vulkan-2.1.0.0: Bindings to the Vulkan graphics API.

Safe HaskellNone
LanguageHaskell2010

Graphics.Vulkan.Core11.Promoted_from_VK_KHR_shader_draw_parameters

Synopsis

Documentation

data VkPhysicalDeviceShaderDrawParameterFeatures Source #

VkPhysicalDeviceShaderDrawParameterFeatures - Structure describing shader draw parameter features that can be supported by an implementation

Description

If the VkPhysicalDeviceShaderDrawParameterFeatures structure is included in the pNext chain of VkPhysicalDeviceFeatures2, it is filled with a value indicating whether the feature is supported.

Valid Usage (Implicit)

  • sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETER_FEATURES

See Also

VkBool32, VkStructureType

Constructors

VkPhysicalDeviceShaderDrawParameterFeatures 

Fields