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