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