Uses of Record Class
club.doki7.openxr.datatype.XrLoaderInitInfoAndroidKHR
Packages that use XrLoaderInitInfoAndroidKHR
-
Uses of XrLoaderInitInfoAndroidKHR in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrLoaderInitInfoAndroidKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrLoaderInitInfoAndroidKHR
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrLoaderInitInfoAndroidKHRModifier and TypeMethodDescriptionstatic XrLoaderInitInfoAndroidKHR
XrLoaderInitInfoAndroidKHR.applicationContext
(@Nullable IPointer pointer) XrLoaderInitInfoAndroidKHR.applicationContext
(@NotNull MemorySegment value) XrLoaderInitInfoAndroidKHR.applicationVM
(@Nullable IPointer pointer) XrLoaderInitInfoAndroidKHR.applicationVM
(@NotNull MemorySegment value) @NotNull XrLoaderInitInfoAndroidKHR
XrLoaderInitInfoAndroidKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrLoaderInitInfoAndroidKHR
XrLoaderInitInfoAndroidKHR.clone
(Arena arena, XrLoaderInitInfoAndroidKHR src) XrLoaderInitInfoAndroidKHR.next
(@NotNull MemorySegment value) XrLoaderInitInfoAndroidKHR.Ptr.toArray()
XrLoaderInitInfoAndroidKHR.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrLoaderInitInfoAndroidKHRModifier and TypeMethodDescription@NotNull Iterator
<XrLoaderInitInfoAndroidKHR> XrLoaderInitInfoAndroidKHR.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrLoaderInitInfoAndroidKHRModifier and TypeMethodDescriptionstatic XrLoaderInitInfoAndroidKHR
XrLoaderInitInfoAndroidKHR.clone
(Arena arena, XrLoaderInitInfoAndroidKHR src) void
XrLoaderInitInfoAndroidKHR.Ptr.write
(long index, @NotNull XrLoaderInitInfoAndroidKHR value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrLoaderInitInfoAndroidKHRModifier and TypeMethodDescriptionXrLoaderInitInfoAndroidKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull XrLoaderInitInfoAndroidKHR> consumer)