NativeInstanceData


public final class NativeInstanceData


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

Summary

Public methods

boolean
equals(Object other)
final long

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

final long

For OpenXR runtimes, this is the native XrInstance pointer.

int

Public methods

equals

public boolean equals(Object other)

getFunctionTablePointer

Added in 1.0.0-alpha14
public final long getFunctionTablePointer()

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

For Play Services runtimes this is null.

getInstancePointer

Added in 1.0.0-alpha14
public final long getInstancePointer()

For OpenXR runtimes, this is the native XrInstance pointer.

For Play Services runtimes this is null.

hashCode

public int hashCode()