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