packages feed

vulkan-3.3: src/Vulkan/Extensions/VK_EXT_depth_clip_enable.hs-boot

{-# language CPP #-}
module Vulkan.Extensions.VK_EXT_depth_clip_enable  ( PhysicalDeviceDepthClipEnableFeaturesEXT
                                                   , PipelineRasterizationDepthClipStateCreateInfoEXT
                                                   ) where

import Data.Kind (Type)
import Vulkan.CStruct (FromCStruct)
import Vulkan.CStruct (ToCStruct)
data PhysicalDeviceDepthClipEnableFeaturesEXT

instance ToCStruct PhysicalDeviceDepthClipEnableFeaturesEXT
instance Show PhysicalDeviceDepthClipEnableFeaturesEXT

instance FromCStruct PhysicalDeviceDepthClipEnableFeaturesEXT


data PipelineRasterizationDepthClipStateCreateInfoEXT

instance ToCStruct PipelineRasterizationDepthClipStateCreateInfoEXT
instance Show PipelineRasterizationDepthClipStateCreateInfoEXT

instance FromCStruct PipelineRasterizationDepthClipStateCreateInfoEXT