{-# language CPP #-}
module OpenXR.Extensions.XR_MSFT_unbounded_reference_space ( MSFT_unbounded_reference_space_SPEC_VERSION
, pattern MSFT_unbounded_reference_space_SPEC_VERSION
, MSFT_UNBOUNDED_REFERENCE_SPACE_EXTENSION_NAME
, pattern MSFT_UNBOUNDED_REFERENCE_SPACE_EXTENSION_NAME
) where
import Data.String (IsString)
type MSFT_unbounded_reference_space_SPEC_VERSION = 1
pattern MSFT_unbounded_reference_space_SPEC_VERSION :: forall a . Integral a => a
pattern $bMSFT_unbounded_reference_space_SPEC_VERSION :: a
$mMSFT_unbounded_reference_space_SPEC_VERSION :: forall r a. Integral a => a -> (Void# -> r) -> (Void# -> r) -> r
MSFT_unbounded_reference_space_SPEC_VERSION = 1
type MSFT_UNBOUNDED_REFERENCE_SPACE_EXTENSION_NAME = "XR_MSFT_unbounded_reference_space"
pattern MSFT_UNBOUNDED_REFERENCE_SPACE_EXTENSION_NAME :: forall a . (Eq a, IsString a) => a
pattern $bMSFT_UNBOUNDED_REFERENCE_SPACE_EXTENSION_NAME :: a
$mMSFT_UNBOUNDED_REFERENCE_SPACE_EXTENSION_NAME :: forall r a.
(Eq a, IsString a) =>
a -> (Void# -> r) -> (Void# -> r) -> r
MSFT_UNBOUNDED_REFERENCE_SPACE_EXTENSION_NAME = "XR_MSFT_unbounded_reference_space"