Uses of Record Class
club.doki7.vulkan.datatype.VkDebugUtilsLabelEXT
Packages that use VkDebugUtilsLabelEXT
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkDebugUtilsLabelEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDebugUtilsLabelEXTModifier and TypeMethodDescriptionvoidVkInstanceCommands.cmdBeginDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, VkDebugUtilsLabelEXT pLabelInfo) voidVkInstanceCommands.cmdInsertDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, VkDebugUtilsLabelEXT pLabelInfo) voidVkInstanceCommands.queueBeginDebugUtilsLabelEXT(VkQueue queue, VkDebugUtilsLabelEXT pLabelInfo) voidVkInstanceCommands.queueInsertDebugUtilsLabelEXT(VkQueue queue, VkDebugUtilsLabelEXT pLabelInfo) -
Uses of VkDebugUtilsLabelEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDebugUtilsLabelEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkDebugUtilsLabelEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDebugUtilsLabelEXTModifier and TypeMethodDescriptionstatic VkDebugUtilsLabelEXT@NotNull VkDebugUtilsLabelEXTVkDebugUtilsLabelEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDebugUtilsLabelEXTVkDebugUtilsLabelEXT.clone(Arena arena, VkDebugUtilsLabelEXT src) @Nullable VkDebugUtilsLabelEXTVkDebugUtilsMessengerCallbackDataEXT.pCmdBufLabels()VkDebugUtilsLabelEXT.pLabelName(@Nullable BytePtr value) VkDebugUtilsLabelEXT.pNext(@NotNull MemorySegment value) @Nullable VkDebugUtilsLabelEXTVkDebugUtilsMessengerCallbackDataEXT.pQueueLabels()VkDebugUtilsLabelEXT.sType(int value) VkDebugUtilsLabelEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDebugUtilsLabelEXTModifier and TypeMethodDescription@NotNull Iterator<VkDebugUtilsLabelEXT> VkDebugUtilsLabelEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkDebugUtilsLabelEXTModifier and TypeMethodDescriptionstatic VkDebugUtilsLabelEXTVkDebugUtilsLabelEXT.clone(Arena arena, VkDebugUtilsLabelEXT src) voidVkDebugUtilsLabelEXT.Ptr.write(long index, @NotNull VkDebugUtilsLabelEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDebugUtilsLabelEXTModifier and TypeMethodDescriptionVkDebugUtilsLabelEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkDebugUtilsLabelEXT> consumer)