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 TypeMethodDescriptionintXR.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 recordRepresents a pointer to / an array ofXrNegotiateRuntimeRequeststructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrNegotiateRuntimeRequestModifier and TypeMethodDescriptionstatic XrNegotiateRuntimeRequest@NotNull XrNegotiateRuntimeRequestXrNegotiateRuntimeRequest.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrNegotiateRuntimeRequestXrNegotiateRuntimeRequest.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 XrNegotiateRuntimeRequestXrNegotiateRuntimeRequest.clone(Arena arena, XrNegotiateRuntimeRequest src) voidXrNegotiateRuntimeRequest.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)