Uses of Record Class
tech.icey.vk4j.handle.VkDescriptorPool
Packages that use VkDescriptorPool
-
Uses of VkDescriptorPool in tech.icey.vk4j.command
Methods in tech.icey.vk4j.command with parameters of type VkDescriptorPoolModifier and TypeMethodDescriptionvoidDeviceCommands.vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkAllocationCallbacks pAllocator) intDeviceCommands.vkFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, int descriptorSetCount, VkDescriptorSet.Buffer pDescriptorSets) intDeviceCommands.vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, int flags) -
Uses of VkDescriptorPool in tech.icey.vk4j.datatype
Methods in tech.icey.vk4j.datatype that return VkDescriptorPoolMethods in tech.icey.vk4j.datatype with parameters of type VkDescriptorPoolModifier and TypeMethodDescriptionvoidVkDescriptorSetAllocateInfo.descriptorPool(VkDescriptorPool value) -
Uses of VkDescriptorPool in tech.icey.vk4j.handle
Methods in tech.icey.vk4j.handle that return VkDescriptorPoolModifier and TypeMethodDescriptionVkDescriptorPool.Buffer.read()VkDescriptorPool.Buffer.read(long index) VkDescriptorPool.Buffer.readAll()Methods in tech.icey.vk4j.handle with parameters of type VkDescriptorPoolModifier and TypeMethodDescriptionvoidVkDescriptorPool.Buffer.write(long index, VkDescriptorPool value) voidVkDescriptorPool.Buffer.write(VkDescriptorPool value)