Safe Haskell | None |
---|---|
Language | Haskell2010 |
Name
XR_KHR_loader_init_android - instance extension
Specification
See XR_KHR_loader_init_android in the main specification for complete information.
Registered Extension Number
90
Revision
1
Extension and Version Dependencies
- Requires OpenXR 1.0
- Requires @@
See Also
Document Notes
For more information, see the OpenXR Specification
This page is a generated document. Fixes and changes should be made to the generator scripts, not directly.
Synopsis
- data LoaderInitInfoAndroidKHR = LoaderInitInfoAndroidKHR {
- applicationVM :: Ptr ()
- applicationContext :: Ptr ()
- type KHR_loader_init_android_SPEC_VERSION = 1
- pattern KHR_loader_init_android_SPEC_VERSION :: forall a. Integral a => a
- type KHR_LOADER_INIT_ANDROID_EXTENSION_NAME = "XR_KHR_loader_init_android"
- pattern KHR_LOADER_INIT_ANDROID_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a
- class ToCStruct a => IsLoaderInitInfoKHR a where
- data LoaderInitInfoBaseHeaderKHR = LoaderInitInfoBaseHeaderKHR {}
Documentation
data LoaderInitInfoAndroidKHR Source #
XrLoaderInitInfoAndroidKHR - Initializes OpenXR loader on Android
Valid Usage (Implicit)
- The @@
extension must be enabled prior to using
LoaderInitInfoAndroidKHR
-
type
must beTYPE_LOADER_INIT_INFO_ANDROID_KHR
-
next
must beNULL
or a valid pointer to the next structure in a structure chain -
applicationVM
must be a pointer value -
applicationContext
must be a pointer value
See Also
LoaderInitInfoAndroidKHR | |
|
Instances
type KHR_loader_init_android_SPEC_VERSION = 1 Source #
pattern KHR_loader_init_android_SPEC_VERSION :: forall a. Integral a => a Source #
type KHR_LOADER_INIT_ANDROID_EXTENSION_NAME = "XR_KHR_loader_init_android" Source #
pattern KHR_LOADER_INIT_ANDROID_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #
class ToCStruct a => IsLoaderInitInfoKHR a where Source #
data LoaderInitInfoBaseHeaderKHR Source #
XrLoaderInitInfoBaseHeaderKHR - Initializes OpenXR loader
Valid Usage (Implicit)
- The @@
extension must be enabled prior to using
LoaderInitInfoBaseHeaderKHR
-
type
must beTYPE_LOADER_INIT_INFO_ANDROID_KHR
-
next
must beNULL
or a valid pointer to the next structure in a structure chain
See Also
LoaderInitInfoBaseHeaderKHR | |
|