{-# language CPP #-} -- | = Name -- -- XR_HTC_vive_cosmos_controller_interaction - instance extension -- -- = Specification -- -- See -- -- in the main specification for complete information. -- -- = Registered Extension Number -- -- 103 -- -- = Revision -- -- 1 -- -- = Extension and Version Dependencies -- -- - Requires OpenXR 1.0 -- -- = See Also -- -- No cross-references are available -- -- = Document Notes -- -- For more information, see the -- -- -- This page is a generated document. Fixes and changes should be made to -- the generator scripts, not directly. module OpenXR.Extensions.XR_HTC_vive_cosmos_controller_interaction ( HTC_vive_cosmos_controller_interaction_SPEC_VERSION , pattern HTC_vive_cosmos_controller_interaction_SPEC_VERSION , HTC_VIVE_COSMOS_CONTROLLER_INTERACTION_EXTENSION_NAME , pattern HTC_VIVE_COSMOS_CONTROLLER_INTERACTION_EXTENSION_NAME ) where import Data.String (IsString) type HTC_vive_cosmos_controller_interaction_SPEC_VERSION = 1 -- No documentation found for TopLevel "XR_HTC_vive_cosmos_controller_interaction_SPEC_VERSION" pattern HTC_vive_cosmos_controller_interaction_SPEC_VERSION :: forall a . Integral a => a pattern HTC_vive_cosmos_controller_interaction_SPEC_VERSION = 1 type HTC_VIVE_COSMOS_CONTROLLER_INTERACTION_EXTENSION_NAME = "XR_HTC_vive_cosmos_controller_interaction" -- No documentation found for TopLevel "XR_HTC_VIVE_COSMOS_CONTROLLER_INTERACTION_EXTENSION_NAME" pattern HTC_VIVE_COSMOS_CONTROLLER_INTERACTION_EXTENSION_NAME :: forall a . (Eq a, IsString a) => a pattern HTC_VIVE_COSMOS_CONTROLLER_INTERACTION_EXTENSION_NAME = "XR_HTC_vive_cosmos_controller_interaction"