Uses of Record Class
club.doki7.vulkan.handle.VkCommandPool
Packages that use VkCommandPool
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkCommandPool in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkCommandPoolModifier and TypeMethodDescriptionvoidVkDeviceCommands.destroyCommandPool(VkDevice device, @Nullable VkCommandPool commandPool, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.freeCommandBuffers(VkDevice device, VkCommandPool commandPool, int commandBufferCount, VkCommandBuffer.Ptr pCommandBuffers) intVkDeviceCommands.resetCommandPool(VkDevice device, VkCommandPool commandPool, int flags) voidVkDeviceCommands.trimCommandPool(VkDevice device, VkCommandPool commandPool, int flags) voidVkDeviceCommands.trimCommandPoolKHR(VkDevice device, VkCommandPool commandPool, int flags) -
Uses of VkCommandPool in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkCommandPoolModifier and TypeMethodDescription@Nullable VkCommandPoolVkCommandBufferAllocateInfo.commandPool()Methods in club.doki7.vulkan.datatype with parameters of type VkCommandPoolModifier and TypeMethodDescriptionVkCommandBufferAllocateInfo.commandPool(@Nullable VkCommandPool value) -
Uses of VkCommandPool in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkCommandPoolModifier and TypeClassDescriptionstatic final recordRepresents a pointer toVkCommandPoolhandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkCommandPoolModifier and TypeMethodDescription@Nullable VkCommandPoolVkCommandPool.Ptr.read()@Nullable VkCommandPoolVkCommandPool.Ptr.read(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkCommandPoolMethods in club.doki7.vulkan.handle with parameters of type VkCommandPoolModifier and TypeMethodDescriptionstatic VkCommandPool.PtrVkCommandPool.Ptr.allocate(Arena arena, @Nullable VkCommandPool @NotNull [] values) static VkCommandPool.PtrVkCommandPool.Ptr.allocateV(Arena arena, @Nullable VkCommandPool value0, @Nullable VkCommandPool... values) voidVkCommandPool.Ptr.write(long index, @Nullable VkCommandPool value) voidVkCommandPool.Ptr.write(@Nullable VkCommandPool value) voidVkCommandPool.Ptr.write(@Nullable VkCommandPool[] values) voidVkCommandPool.Ptr.writeV(@Nullable VkCommandPool value0, @Nullable VkCommandPool... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkCommandPoolModifier and TypeMethodDescriptionstatic VkCommandPool.PtrVkCommandPool.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkCommandPool> values)