{-# language CPP #-}
module Vulkan.Extensions.VK_EXT_depth_range_unrestricted ( EXT_DEPTH_RANGE_UNRESTRICTED_SPEC_VERSION
, pattern EXT_DEPTH_RANGE_UNRESTRICTED_SPEC_VERSION
, EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME
, pattern EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME
) where
import Data.String (IsString)
type EXT_DEPTH_RANGE_UNRESTRICTED_SPEC_VERSION = 1
pattern EXT_DEPTH_RANGE_UNRESTRICTED_SPEC_VERSION :: forall a . Integral a => a
pattern $bEXT_DEPTH_RANGE_UNRESTRICTED_SPEC_VERSION :: a
$mEXT_DEPTH_RANGE_UNRESTRICTED_SPEC_VERSION :: forall r a. Integral a => a -> (Void# -> r) -> (Void# -> r) -> r
EXT_DEPTH_RANGE_UNRESTRICTED_SPEC_VERSION = 1
type EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME = "VK_EXT_depth_range_unrestricted"
pattern EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME :: forall a . (Eq a, IsString a) => a
pattern $bEXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME :: a
$mEXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME :: forall r a.
(Eq a, IsString a) =>
a -> (Void# -> r) -> (Void# -> r) -> r
EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME = "VK_EXT_depth_range_unrestricted"