Uses of Record Class
club.doki7.openxr.datatype.XrNegotiateRuntimeRequest
Packages that use XrNegotiateRuntimeRequest
-
Uses of XrNegotiateRuntimeRequest in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrNegotiateRuntimeRequestModifier and TypeMethodDescriptionint
XR.negotiateLoaderRuntimeInterface
(XrNegotiateLoaderInfo loaderInfo, XrNegotiateRuntimeRequest runtimeRequest) -
Uses of XrNegotiateRuntimeRequest in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrNegotiateRuntimeRequestModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrNegotiateRuntimeRequest
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrNegotiateRuntimeRequestModifier and TypeMethodDescriptionstatic XrNegotiateRuntimeRequest
@NotNull XrNegotiateRuntimeRequest
XrNegotiateRuntimeRequest.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrNegotiateRuntimeRequest
XrNegotiateRuntimeRequest.clone
(Arena arena, XrNegotiateRuntimeRequest src) XrNegotiateRuntimeRequest.getInstanceProcAddr
(@Nullable IPointer pointer) XrNegotiateRuntimeRequest.getInstanceProcAddr
(@NotNull XRFunctionTypes.IPFN_xrGetInstanceProcAddr value) XrNegotiateRuntimeRequest.getInstanceProcAddr
(@NotNull Arena arena, @NotNull XRFunctionTypes.IPFN_xrGetInstanceProcAddr value) XrNegotiateRuntimeRequest.getInstanceProcAddr
(@NotNull MemorySegment value) XrNegotiateRuntimeRequest.runtimeApiVersion
(long value) XrNegotiateRuntimeRequest.runtimeInterfaceVersion
(int value) XrNegotiateRuntimeRequest.structSize
(long value) XrNegotiateRuntimeRequest.structType
(int value) XrNegotiateRuntimeRequest.structVersion
(int value) XrNegotiateRuntimeRequest.Ptr.toArray()
Methods in club.doki7.openxr.datatype that return types with arguments of type XrNegotiateRuntimeRequestModifier and TypeMethodDescription@NotNull Iterator
<XrNegotiateRuntimeRequest> XrNegotiateRuntimeRequest.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrNegotiateRuntimeRequestModifier and TypeMethodDescriptionstatic XrNegotiateRuntimeRequest
XrNegotiateRuntimeRequest.clone
(Arena arena, XrNegotiateRuntimeRequest src) void
XrNegotiateRuntimeRequest.Ptr.write
(long index, @NotNull XrNegotiateRuntimeRequest value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrNegotiateRuntimeRequestModifier and TypeMethodDescriptionXrNegotiateRuntimeRequest.Ptr.at
(long index, @NotNull Consumer<@NotNull XrNegotiateRuntimeRequest> consumer)