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 TypeMethodDescriptionintXR.sessionBeginDebugUtilsLabelRegionEXT(XrSession session, XrDebugUtilsLabelEXT labelInfo) intXR.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 recordRepresents a pointer to / an array ofXrDebugUtilsLabelEXTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrDebugUtilsLabelEXTModifier and TypeMethodDescriptionstatic XrDebugUtilsLabelEXT@NotNull XrDebugUtilsLabelEXTXrDebugUtilsLabelEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrDebugUtilsLabelEXTXrDebugUtilsLabelEXT.clone(Arena arena, XrDebugUtilsLabelEXT src) XrDebugUtilsLabelEXT.next(@NotNull MemorySegment value) @Nullable XrDebugUtilsLabelEXTXrDebugUtilsMessengerCallbackDataEXT.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 XrDebugUtilsLabelEXTXrDebugUtilsLabelEXT.clone(Arena arena, XrDebugUtilsLabelEXT src) voidXrDebugUtilsLabelEXT.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)