{-# language CPP #-} -- No documentation found for Chapter "Promoted_From_VK_KHR_shader_integer_dot_product" module Vulkan.Core13.Promoted_From_VK_KHR_shader_integer_dot_product ( PhysicalDeviceShaderIntegerDotProductFeatures , PhysicalDeviceShaderIntegerDotProductProperties ) where import Vulkan.CStruct (FromCStruct) import Vulkan.CStruct (ToCStruct) import Data.Kind (Type) data PhysicalDeviceShaderIntegerDotProductFeatures instance ToCStruct PhysicalDeviceShaderIntegerDotProductFeatures instance Show PhysicalDeviceShaderIntegerDotProductFeatures instance FromCStruct PhysicalDeviceShaderIntegerDotProductFeatures data PhysicalDeviceShaderIntegerDotProductProperties instance ToCStruct PhysicalDeviceShaderIntegerDotProductProperties instance Show PhysicalDeviceShaderIntegerDotProductProperties instance FromCStruct PhysicalDeviceShaderIntegerDotProductProperties