VulkanCommandPool

Undocumented in source.

Constructors

this
this(VkCommandPool pool, VulkanDevice dev)
Undocumented in source.

Members

Functions

allocatePrimary
PrimaryCommandBuffer[] allocatePrimary(size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
allocateSecondary
SecondaryCommandBuffer[] allocateSecondary(size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(CommandBuffer[] bufs)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From CommandPool

reset
void reset()
Undocumented in source.
allocatePrimary
PrimaryCommandBuffer[] allocatePrimary(size_t count)
Undocumented in source.
allocateSecondary
SecondaryCommandBuffer[] allocateSecondary(size_t count)
Undocumented in source.
free
void free(CommandBuffer[] buffers)
Undocumented in source.

Meta