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 TypeMethodDescriptionvoid
VkInstanceCommands.cmdBeginDebugUtilsLabelEXT
(VkCommandBuffer commandBuffer, VkDebugUtilsLabelEXT pLabelInfo) void
VkInstanceCommands.cmdInsertDebugUtilsLabelEXT
(VkCommandBuffer commandBuffer, VkDebugUtilsLabelEXT pLabelInfo) void
VkInstanceCommands.queueBeginDebugUtilsLabelEXT
(VkQueue queue, VkDebugUtilsLabelEXT pLabelInfo) void
VkInstanceCommands.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 record
Represents a pointer to / an array ofVkDebugUtilsLabelEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDebugUtilsLabelEXTModifier and TypeMethodDescriptionstatic VkDebugUtilsLabelEXT
@NotNull VkDebugUtilsLabelEXT
VkDebugUtilsLabelEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDebugUtilsLabelEXT
VkDebugUtilsLabelEXT.clone
(Arena arena, VkDebugUtilsLabelEXT src) @Nullable VkDebugUtilsLabelEXT
VkDebugUtilsMessengerCallbackDataEXT.pCmdBufLabels()
VkDebugUtilsLabelEXT.pLabelName
(@Nullable BytePtr value) VkDebugUtilsLabelEXT.pNext
(@NotNull MemorySegment value) @Nullable VkDebugUtilsLabelEXT
VkDebugUtilsMessengerCallbackDataEXT.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 VkDebugUtilsLabelEXT
VkDebugUtilsLabelEXT.clone
(Arena arena, VkDebugUtilsLabelEXT src) void
VkDebugUtilsLabelEXT.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)