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 recordRepresents a pointer to / an array ofXrLoaderInitInfoAndroidKHRstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrLoaderInitInfoAndroidKHRModifier and TypeMethodDescriptionstatic XrLoaderInitInfoAndroidKHRXrLoaderInitInfoAndroidKHR.applicationContext(@Nullable IPointer pointer) XrLoaderInitInfoAndroidKHR.applicationContext(@NotNull MemorySegment value) XrLoaderInitInfoAndroidKHR.applicationVM(@Nullable IPointer pointer) XrLoaderInitInfoAndroidKHR.applicationVM(@NotNull MemorySegment value) @NotNull XrLoaderInitInfoAndroidKHRXrLoaderInitInfoAndroidKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrLoaderInitInfoAndroidKHRXrLoaderInitInfoAndroidKHR.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 XrLoaderInitInfoAndroidKHRXrLoaderInitInfoAndroidKHR.clone(Arena arena, XrLoaderInitInfoAndroidKHR src) voidXrLoaderInitInfoAndroidKHR.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)