Uses of Record Class
club.doki7.openxr.handle.XrExportedLocalizationMapML
Packages that use XrExportedLocalizationMapML
-
Uses of XrExportedLocalizationMapML in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrExportedLocalizationMapMLModifier and TypeMethodDescriptionint
int
XR.getExportedLocalizationMapDataML
(XrExportedLocalizationMapML map, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) -
Uses of XrExportedLocalizationMapML in club.doki7.openxr.handle
Classes in club.doki7.openxr.handle that implement interfaces with type arguments of type XrExportedLocalizationMapMLModifier and TypeClassDescriptionstatic final record
Represents a pointer toXrExportedLocalizationMapML
handle(s) in native memory.Methods in club.doki7.openxr.handle that return XrExportedLocalizationMapMLModifier and TypeMethodDescription@Nullable XrExportedLocalizationMapML
XrExportedLocalizationMapML.Ptr.read()
@Nullable XrExportedLocalizationMapML
XrExportedLocalizationMapML.Ptr.read
(long index) Methods in club.doki7.openxr.handle that return types with arguments of type XrExportedLocalizationMapMLModifier and TypeMethodDescription@NotNull Iterator
<XrExportedLocalizationMapML> XrExportedLocalizationMapML.Ptr.iterator()
Methods in club.doki7.openxr.handle with parameters of type XrExportedLocalizationMapMLModifier and TypeMethodDescriptionXrExportedLocalizationMapML.Ptr.allocate
(Arena arena, @Nullable XrExportedLocalizationMapML @NotNull [] values) XrExportedLocalizationMapML.Ptr.allocateV
(Arena arena, @Nullable XrExportedLocalizationMapML value0, @Nullable XrExportedLocalizationMapML... values) void
XrExportedLocalizationMapML.Ptr.write
(long index, @Nullable XrExportedLocalizationMapML value) void
XrExportedLocalizationMapML.Ptr.write
(@Nullable XrExportedLocalizationMapML value) void
XrExportedLocalizationMapML.Ptr.write
(@Nullable XrExportedLocalizationMapML[] values) void
XrExportedLocalizationMapML.Ptr.writeV
(@Nullable XrExportedLocalizationMapML value0, @Nullable XrExportedLocalizationMapML... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrExportedLocalizationMapMLModifier and TypeMethodDescriptionXrExportedLocalizationMapML.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrExportedLocalizationMapML> values)