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 TypeMethodDescriptionvoid
VkDeviceCommands.destroyDescriptorPool
(VkDevice device, @Nullable VkDescriptorPool descriptorPool, @Nullable VkAllocationCallbacks pAllocator) int
VkDeviceCommands.freeDescriptorSets
(VkDevice device, VkDescriptorPool descriptorPool, int descriptorSetCount, VkDescriptorSet.Ptr pDescriptorSets) int
VkDeviceCommands.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 VkDescriptorPool
VkDescriptorSetAllocateInfo.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 record
Represents a pointer toVkDescriptorPool
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkDescriptorPoolModifier and TypeMethodDescription@Nullable VkDescriptorPool
VkDescriptorPool.Ptr.read()
@Nullable VkDescriptorPool
VkDescriptorPool.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.Ptr
VkDescriptorPool.Ptr.allocate
(Arena arena, @Nullable VkDescriptorPool @NotNull [] values) static VkDescriptorPool.Ptr
VkDescriptorPool.Ptr.allocateV
(Arena arena, @Nullable VkDescriptorPool value0, @Nullable VkDescriptorPool... values) void
VkDescriptorPool.Ptr.write
(long index, @Nullable VkDescriptorPool value) void
VkDescriptorPool.Ptr.write
(@Nullable VkDescriptorPool value) void
VkDescriptorPool.Ptr.write
(@Nullable VkDescriptorPool[] values) void
VkDescriptorPool.Ptr.writeV
(@Nullable VkDescriptorPool value0, @Nullable VkDescriptorPool... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkDescriptorPoolModifier and TypeMethodDescriptionstatic VkDescriptorPool.Ptr
VkDescriptorPool.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkDescriptorPool> values)