Uses of Record Class
tech.icey.vk4j.datatype.VkDebugUtilsLabelEXT
Packages that use VkDebugUtilsLabelEXT
-
Uses of VkDebugUtilsLabelEXT in tech.icey.vk4j.command
Methods in tech.icey.vk4j.command with parameters of type VkDebugUtilsLabelEXTModifier and TypeMethodDescriptionvoidInstanceCommands.vkCmdBeginDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, VkDebugUtilsLabelEXT pLabelInfo) voidInstanceCommands.vkCmdInsertDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, VkDebugUtilsLabelEXT pLabelInfo) voidInstanceCommands.vkQueueBeginDebugUtilsLabelEXT(VkQueue queue, VkDebugUtilsLabelEXT pLabelInfo) voidInstanceCommands.vkQueueInsertDebugUtilsLabelEXT(VkQueue queue, VkDebugUtilsLabelEXT pLabelInfo) -
Uses of VkDebugUtilsLabelEXT in tech.icey.vk4j.datatype
Methods in tech.icey.vk4j.datatype that return VkDebugUtilsLabelEXTModifier and TypeMethodDescriptionstatic VkDebugUtilsLabelEXTstatic VkDebugUtilsLabelEXT[]static VkDebugUtilsLabelEXTVkDebugUtilsLabelEXT.clone(Arena arena, VkDebugUtilsLabelEXT src) static VkDebugUtilsLabelEXT[]VkDebugUtilsLabelEXT.clone(Arena arena, VkDebugUtilsLabelEXT[] src) VkDebugUtilsMessengerCallbackDataEXT.pCmdBufLabels()VkDebugUtilsMessengerCallbackDataEXT.pCmdBufLabels(int assumedCount) VkDebugUtilsMessengerCallbackDataEXT.pQueueLabels()VkDebugUtilsMessengerCallbackDataEXT.pQueueLabels(int assumedCount) Methods in tech.icey.vk4j.datatype with parameters of type VkDebugUtilsLabelEXTModifier and TypeMethodDescriptionstatic VkDebugUtilsLabelEXTVkDebugUtilsLabelEXT.clone(Arena arena, VkDebugUtilsLabelEXT src) static VkDebugUtilsLabelEXT[]VkDebugUtilsLabelEXT.clone(Arena arena, VkDebugUtilsLabelEXT[] src) voidVkDebugUtilsMessengerCallbackDataEXT.pCmdBufLabels(VkDebugUtilsLabelEXT value) voidVkDebugUtilsMessengerCallbackDataEXT.pQueueLabels(VkDebugUtilsLabelEXT value)