vulkan-3.0.0.0: src/Graphics/Vulkan/Extensions/VK_INTEL_shader_integer_functions2.hs-boot
{-# language CPP #-}
module Graphics.Vulkan.Extensions.VK_INTEL_shader_integer_functions2 (PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL) where
import Data.Kind (Type)
import Graphics.Vulkan.CStruct (FromCStruct)
import Graphics.Vulkan.CStruct (ToCStruct)
data PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
instance ToCStruct PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
instance Show PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
instance FromCStruct PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL