NativeInstanceData


class NativeInstanceData


Class containing pointers to the native resources backing the XR runtime.

Summary

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

Long

For OpenXR runtimes, this is the function pointer for xrGetInstanceProcAddr.

Long

For OpenXR runtimes, this is the native XrInstance pointer.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

functionTablePointer

Added in 1.0.0-alpha14
val functionTablePointerLong

For OpenXR runtimes, this is the function pointer for xrGetInstanceProcAddr.

For Play Services runtimes this is null.

instancePointer

Added in 1.0.0-alpha14
val instancePointerLong

For OpenXR runtimes, this is the native XrInstance pointer.

For Play Services runtimes this is null.