Uses of Record Class
club.doki7.openxr.datatype.XrDebugUtilsObjectNameInfoEXT
Packages that use XrDebugUtilsObjectNameInfoEXT
-
Uses of XrDebugUtilsObjectNameInfoEXT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrDebugUtilsObjectNameInfoEXTModifier and TypeMethodDescriptionint
XR.setDebugUtilsObjectNameEXT
(XrInstance instance, XrDebugUtilsObjectNameInfoEXT nameInfo) -
Uses of XrDebugUtilsObjectNameInfoEXT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrDebugUtilsObjectNameInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrDebugUtilsObjectNameInfoEXT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrDebugUtilsObjectNameInfoEXTModifier and TypeMethodDescription@NotNull XrDebugUtilsObjectNameInfoEXT
XrDebugUtilsObjectNameInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrDebugUtilsObjectNameInfoEXT.clone
(Arena arena, XrDebugUtilsObjectNameInfoEXT src) XrDebugUtilsObjectNameInfoEXT.next
(@NotNull MemorySegment value) XrDebugUtilsObjectNameInfoEXT.objectHandle
(long value) XrDebugUtilsObjectNameInfoEXT.objectName
(@Nullable BytePtr value) @Nullable XrDebugUtilsObjectNameInfoEXT
XrDebugUtilsMessengerCallbackDataEXT.objects()
XrDebugUtilsObjectNameInfoEXT.objectType
(int value) XrDebugUtilsObjectNameInfoEXT.Ptr.toArray()
XrDebugUtilsObjectNameInfoEXT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrDebugUtilsObjectNameInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<XrDebugUtilsObjectNameInfoEXT> XrDebugUtilsObjectNameInfoEXT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrDebugUtilsObjectNameInfoEXTModifier and TypeMethodDescriptionXrDebugUtilsObjectNameInfoEXT.clone
(Arena arena, XrDebugUtilsObjectNameInfoEXT src) void
XrDebugUtilsObjectNameInfoEXT.Ptr.write
(long index, @NotNull XrDebugUtilsObjectNameInfoEXT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrDebugUtilsObjectNameInfoEXTModifier and TypeMethodDescriptionXrDebugUtilsObjectNameInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrDebugUtilsObjectNameInfoEXT> consumer)