Uses of Record Class
tech.icey.vk4j.handle.VkQueue
Packages that use VkQueue
-
Uses of VkQueue in tech.icey.vk4j.command
Methods in tech.icey.vk4j.command with parameters of type VkQueueModifier and TypeMethodDescriptionvoidDeviceCommands.vkGetQueueCheckpointData2NV(VkQueue queue, tech.icey.panama.buffer.IntBuffer pCheckpointDataCount, VkCheckpointData2NV pCheckpointData) voidDeviceCommands.vkGetQueueCheckpointDataNV(VkQueue queue, tech.icey.panama.buffer.IntBuffer pCheckpointDataCount, VkCheckpointDataNV pCheckpointData) voidInstanceCommands.vkQueueBeginDebugUtilsLabelEXT(VkQueue queue, VkDebugUtilsLabelEXT pLabelInfo) intDeviceCommands.vkQueueBindSparse(VkQueue queue, int bindInfoCount, VkBindSparseInfo pBindInfo, VkFence fence) voidInstanceCommands.vkQueueEndDebugUtilsLabelEXT(VkQueue queue) voidInstanceCommands.vkQueueInsertDebugUtilsLabelEXT(VkQueue queue, VkDebugUtilsLabelEXT pLabelInfo) voidDeviceCommands.vkQueueNotifyOutOfBandNV(VkQueue queue, VkOutOfBandQueueTypeInfoNV pQueueTypeInfo) intDeviceCommands.vkQueuePresentKHR(VkQueue queue, VkPresentInfoKHR pPresentInfo) intDeviceCommands.vkQueueSetPerformanceConfigurationINTEL(VkQueue queue, VkPerformanceConfigurationINTEL configuration) intDeviceCommands.vkQueueSubmit(VkQueue queue, int submitCount, VkSubmitInfo pSubmits, VkFence fence) intDeviceCommands.vkQueueSubmit2(VkQueue queue, int submitCount, VkSubmitInfo2 pSubmits, VkFence fence) intDeviceCommands.vkQueueWaitIdle(VkQueue queue) -
Uses of VkQueue in tech.icey.vk4j.datatype
Methods in tech.icey.vk4j.datatype that return VkQueueMethods in tech.icey.vk4j.datatype with parameters of type VkQueue -
Uses of VkQueue in tech.icey.vk4j.handle
Methods in tech.icey.vk4j.handle that return VkQueueModifier and TypeMethodDescriptionVkQueue.Buffer.read()VkQueue.Buffer.read(long index) VkQueue[]VkQueue.Buffer.readAll()Methods in tech.icey.vk4j.handle with parameters of type VkQueue