Uses of Record Class
club.doki7.openxr.datatype.XrDebugUtilsLabelEXT
Packages that use XrDebugUtilsLabelEXT
-
Uses of XrDebugUtilsLabelEXT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrDebugUtilsLabelEXTModifier and TypeMethodDescriptionint
XR.sessionBeginDebugUtilsLabelRegionEXT
(XrSession session, XrDebugUtilsLabelEXT labelInfo) int
XR.sessionInsertDebugUtilsLabelEXT
(XrSession session, XrDebugUtilsLabelEXT labelInfo) -
Uses of XrDebugUtilsLabelEXT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrDebugUtilsLabelEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrDebugUtilsLabelEXT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrDebugUtilsLabelEXTModifier and TypeMethodDescriptionstatic XrDebugUtilsLabelEXT
@NotNull XrDebugUtilsLabelEXT
XrDebugUtilsLabelEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrDebugUtilsLabelEXT
XrDebugUtilsLabelEXT.clone
(Arena arena, XrDebugUtilsLabelEXT src) XrDebugUtilsLabelEXT.next
(@NotNull MemorySegment value) @Nullable XrDebugUtilsLabelEXT
XrDebugUtilsMessengerCallbackDataEXT.sessionLabels()
XrDebugUtilsLabelEXT.Ptr.toArray()
XrDebugUtilsLabelEXT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrDebugUtilsLabelEXTModifier and TypeMethodDescription@NotNull Iterator
<XrDebugUtilsLabelEXT> XrDebugUtilsLabelEXT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrDebugUtilsLabelEXTModifier and TypeMethodDescriptionstatic XrDebugUtilsLabelEXT
XrDebugUtilsLabelEXT.clone
(Arena arena, XrDebugUtilsLabelEXT src) void
XrDebugUtilsLabelEXT.Ptr.write
(long index, @NotNull XrDebugUtilsLabelEXT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrDebugUtilsLabelEXTModifier and TypeMethodDescriptionXrDebugUtilsLabelEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrDebugUtilsLabelEXT> consumer)