vulkan-3.1.0.0: Bindings to the Vulkan graphics API.

Safe HaskellNone
LanguageHaskell2010

Graphics.Vulkan.Extensions.VK_INTEL_shader_integer_functions2

Synopsis

Documentation

data PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL Source #

VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL - Structure describing shader integer functions that can be supported by an implementation

Members

The members of the PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL structure describe the following features:

Description

If the PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL structure is included in the pNext chain of PhysicalDeviceFeatures2, it is filled with values indicating whether the feature is supported. PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL can also be included in the pNext chain of DeviceCreateInfo to enable features.

Valid Usage (Implicit)

See Also

Bool32, StructureType

Constructors

PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL 

Fields

  • shaderIntegerFunctions2 :: Bool

    shaderIntegerFunctions2 indicates that the implementation supports the ShaderIntegerFunctions2INTEL SPIR-V capability.

Instances
Show PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_INTEL_shader_integer_functions2

Storable PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_INTEL_shader_integer_functions2

FromCStruct PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_INTEL_shader_integer_functions2

ToCStruct PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_INTEL_shader_integer_functions2

Zero PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_INTEL_shader_integer_functions2

type INTEL_SHADER_INTEGER_FUNCTIONS_2_EXTENSION_NAME = "VK_INTEL_shader_integer_functions2" Source #