{-# language CPP #-} module Graphics.Vulkan.Extensions.VK_EXT_index_type_uint8 (PhysicalDeviceIndexTypeUint8FeaturesEXT) where import Data.Kind (Type) import Graphics.Vulkan.CStruct (FromCStruct) import Graphics.Vulkan.CStruct (ToCStruct) data PhysicalDeviceIndexTypeUint8FeaturesEXT instance ToCStruct PhysicalDeviceIndexTypeUint8FeaturesEXT instance Show PhysicalDeviceIndexTypeUint8FeaturesEXT instance FromCStruct PhysicalDeviceIndexTypeUint8FeaturesEXT