Uses of Record Class
club.doki7.openxr.datatype.XrSpatialBufferGetInfoEXT
Packages that use XrSpatialBufferGetInfoEXT
-
Uses of XrSpatialBufferGetInfoEXT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSpatialBufferGetInfoEXTModifier and TypeMethodDescriptionintXR.getSpatialBufferFloatEXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable FloatPtr buffer) intXR.getSpatialBufferStringEXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getSpatialBufferUint16EXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable ShortPtr buffer) intXR.getSpatialBufferUint32EXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IntPtr buffer) intXR.getSpatialBufferUint8EXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.getSpatialBufferVector2fEXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IXrVector2f buffer) intXR.getSpatialBufferVector3fEXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IXrVector3f buffer) -
Uses of XrSpatialBufferGetInfoEXT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSpatialBufferGetInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrSpatialBufferGetInfoEXTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpatialBufferGetInfoEXTModifier and TypeMethodDescriptionstatic XrSpatialBufferGetInfoEXT@NotNull XrSpatialBufferGetInfoEXTXrSpatialBufferGetInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrSpatialBufferGetInfoEXT.bufferId(long value) static XrSpatialBufferGetInfoEXTXrSpatialBufferGetInfoEXT.clone(Arena arena, XrSpatialBufferGetInfoEXT src) XrSpatialBufferGetInfoEXT.next(@NotNull MemorySegment value) XrSpatialBufferGetInfoEXT.Ptr.toArray()XrSpatialBufferGetInfoEXT.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSpatialBufferGetInfoEXTModifier and TypeMethodDescription@NotNull Iterator<XrSpatialBufferGetInfoEXT> XrSpatialBufferGetInfoEXT.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrSpatialBufferGetInfoEXTModifier and TypeMethodDescriptionstatic XrSpatialBufferGetInfoEXTXrSpatialBufferGetInfoEXT.clone(Arena arena, XrSpatialBufferGetInfoEXT src) voidXrSpatialBufferGetInfoEXT.Ptr.write(long index, @NotNull XrSpatialBufferGetInfoEXT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSpatialBufferGetInfoEXTModifier and TypeMethodDescriptionXrSpatialBufferGetInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull XrSpatialBufferGetInfoEXT> consumer)