Uses of Record Class
club.doki7.openxr.datatype.XrWorldMeshBufferML
Packages that use XrWorldMeshBufferML
-
Uses of XrWorldMeshBufferML in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrWorldMeshBufferMLModifier and TypeMethodDescriptionint
XR.allocateWorldMeshBufferML
(XrWorldMeshDetectorML detector, XrWorldMeshBufferSizeML size, XrWorldMeshBufferML buffer) int
XR.freeWorldMeshBufferML
(XrWorldMeshDetectorML detector, XrWorldMeshBufferML buffer) int
XR.requestWorldMeshAsyncML
(XrWorldMeshDetectorML detector, XrWorldMeshGetInfoML getInfo, XrWorldMeshBufferML buffer, XrFutureEXT.Ptr future) -
Uses of XrWorldMeshBufferML in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrWorldMeshBufferMLModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrWorldMeshBufferML
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrWorldMeshBufferMLModifier and TypeMethodDescriptionstatic XrWorldMeshBufferML
@NotNull XrWorldMeshBufferML
XrWorldMeshBufferML.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrWorldMeshBufferML.buffer
(@NotNull MemorySegment value) XrWorldMeshBufferML.bufferSize
(int value) static XrWorldMeshBufferML
XrWorldMeshBufferML.clone
(Arena arena, XrWorldMeshBufferML src) XrWorldMeshBufferML.next
(@NotNull MemorySegment value) XrWorldMeshBufferML.Ptr.toArray()
XrWorldMeshBufferML.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrWorldMeshBufferMLModifier and TypeMethodDescription@NotNull Iterator
<XrWorldMeshBufferML> XrWorldMeshBufferML.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrWorldMeshBufferMLModifier and TypeMethodDescriptionstatic XrWorldMeshBufferML
XrWorldMeshBufferML.clone
(Arena arena, XrWorldMeshBufferML src) void
XrWorldMeshBufferML.Ptr.write
(long index, @NotNull XrWorldMeshBufferML value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrWorldMeshBufferMLModifier and TypeMethodDescriptionXrWorldMeshBufferML.Ptr.at
(long index, @NotNull Consumer<@NotNull XrWorldMeshBufferML> consumer)