Uses of Record Class
club.doki7.vulkan.handle.VkDescriptorPool
Packages that use VkDescriptorPool
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkDescriptorPool in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDescriptorPoolModifier and TypeMethodDescriptionvoidVkDeviceCommands.destroyDescriptorPool(VkDevice device, @Nullable VkDescriptorPool descriptorPool, @Nullable VkAllocationCallbacks pAllocator) intVkDeviceCommands.freeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, int descriptorSetCount, VkDescriptorSet.Ptr pDescriptorSets) intVkDeviceCommands.resetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, int flags) -
Uses of VkDescriptorPool in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDescriptorPoolModifier and TypeMethodDescription@Nullable VkDescriptorPoolVkDescriptorSetAllocateInfo.descriptorPool()Methods in club.doki7.vulkan.datatype with parameters of type VkDescriptorPoolModifier and TypeMethodDescriptionVkDescriptorSetAllocateInfo.descriptorPool(@Nullable VkDescriptorPool value) -
Uses of VkDescriptorPool in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkDescriptorPoolModifier and TypeClassDescriptionstatic final recordRepresents a pointer toVkDescriptorPoolhandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkDescriptorPoolModifier and TypeMethodDescription@Nullable VkDescriptorPoolVkDescriptorPool.Ptr.read()@Nullable VkDescriptorPoolVkDescriptorPool.Ptr.read(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkDescriptorPoolModifier and TypeMethodDescription@NotNull Iterator<VkDescriptorPool> VkDescriptorPool.Ptr.iterator()Methods in club.doki7.vulkan.handle with parameters of type VkDescriptorPoolModifier and TypeMethodDescriptionstatic VkDescriptorPool.PtrVkDescriptorPool.Ptr.allocate(Arena arena, @Nullable VkDescriptorPool @NotNull [] values) static VkDescriptorPool.PtrVkDescriptorPool.Ptr.allocateV(Arena arena, @Nullable VkDescriptorPool value0, @Nullable VkDescriptorPool... values) voidVkDescriptorPool.Ptr.write(long index, @Nullable VkDescriptorPool value) voidVkDescriptorPool.Ptr.write(@Nullable VkDescriptorPool value) voidVkDescriptorPool.Ptr.write(@Nullable VkDescriptorPool[] values) voidVkDescriptorPool.Ptr.writeV(@Nullable VkDescriptorPool value0, @Nullable VkDescriptorPool... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkDescriptorPoolModifier and TypeMethodDescriptionstatic VkDescriptorPool.PtrVkDescriptorPool.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkDescriptorPool> values)