Uses of Record Class
tech.icey.vk4j.handle.VkCommandPool
Packages that use VkCommandPool
-
Uses of VkCommandPool in tech.icey.vk4j.command
Methods in tech.icey.vk4j.command with parameters of type VkCommandPoolModifier and TypeMethodDescriptionvoidDeviceCommands.vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, VkAllocationCallbacks pAllocator) voidDeviceCommands.vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, int commandBufferCount, VkCommandBuffer.Buffer pCommandBuffers) intDeviceCommands.vkResetCommandPool(VkDevice device, VkCommandPool commandPool, int flags) voidDeviceCommands.vkTrimCommandPool(VkDevice device, VkCommandPool commandPool, int flags) -
Uses of VkCommandPool in tech.icey.vk4j.datatype
Methods in tech.icey.vk4j.datatype that return VkCommandPoolMethods in tech.icey.vk4j.datatype with parameters of type VkCommandPoolModifier and TypeMethodDescriptionvoidVkCommandBufferAllocateInfo.commandPool(VkCommandPool value) -
Uses of VkCommandPool in tech.icey.vk4j.handle
Methods in tech.icey.vk4j.handle that return VkCommandPoolModifier and TypeMethodDescriptionVkCommandPool.Buffer.read()VkCommandPool.Buffer.read(long index) VkCommandPool.Buffer.readAll()Methods in tech.icey.vk4j.handle with parameters of type VkCommandPoolModifier and TypeMethodDescriptionvoidVkCommandPool.Buffer.write(long index, VkCommandPool value) voidVkCommandPool.Buffer.write(VkCommandPool value)