{-# language CPP #-} -- | = Name -- -- VK_INTEL_shader_integer_functions2 - device extension -- -- == VK_INTEL_shader_integer_functions2 -- -- [__Name String__] -- @VK_INTEL_shader_integer_functions2@ -- -- [__Extension Type__] -- Device extension -- -- [__Registered Extension Number__] -- 210 -- -- [__Revision__] -- 1 -- -- [__Extension and Version Dependencies__] -- -- - Requires Vulkan 1.0 -- -- - Requires @VK_KHR_get_physical_device_properties2@ -- -- [__Contact__] -- -- - Ian Romanick -- > > -- -- == Other Extension Metadata -- -- [__Last Modified Date__] -- 2019-04-30 -- -- [__IP Status__] -- No known IP claims. -- -- [__Interactions and External Dependencies__] -- -- - This extension requires -- . -- -- - This extension provides API support for -- . -- -- [__Contributors__] -- -- - Ian Romanick, Intel -- -- - Ben Ashbaugh, Intel -- -- == Description -- -- This extension adds support for several new integer instructions in -- SPIR-V for use in graphics shaders. Many of these instructions have -- pre-existing counterparts in the Kernel environment. -- -- The added integer functions are defined by the -- -- SPIR-V extension and can be used with the -- GL_INTEL_shader_integer_functions2 GLSL extension. -- -- == New Structures -- -- - Extending -- 'Vulkan.Core11.Promoted_From_VK_KHR_get_physical_device_properties2.PhysicalDeviceFeatures2', -- 'Vulkan.Core10.Device.DeviceCreateInfo': -- -- - 'PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL' -- -- == New Enum Constants -- -- - 'INTEL_SHADER_INTEGER_FUNCTIONS_2_EXTENSION_NAME' -- -- - 'INTEL_SHADER_INTEGER_FUNCTIONS_2_SPEC_VERSION' -- -- - Extending 'Vulkan.Core10.Enums.StructureType.StructureType': -- -- - 'Vulkan.Core10.Enums.StructureType.STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_FUNCTIONS_2_FEATURES_INTEL' -- -- == New SPIR-V Capabilities -- -- - -- -- == Version History -- -- - Revision 1, 2019-04-30 (Ian Romanick) -- -- - Initial draft -- -- == See Also -- -- 'PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL' -- -- == Document Notes -- -- For more information, see the -- -- -- This page is a generated document. Fixes and changes should be made to -- the generator scripts, not directly. module Vulkan.Extensions.VK_INTEL_shader_integer_functions2 (PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL) where import Vulkan.CStruct (FromCStruct) import Vulkan.CStruct (ToCStruct) import Data.Kind (Type) data PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL instance ToCStruct PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL instance Show PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL instance FromCStruct PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL