gfx v0.1.0 (2018-12-16T20:49:04Z)
Dub
Repo
VulkanCommandPool
gfx
vulkan
cmd
Undocumented in source.
package
class
VulkanCommandPool : VulkanDevObj!(VkCommandPool, "DestroyCommandPool"),
CommandPool
{
this
(VkCommandPool pool, VulkanDevice dev);
void
reset
();
CommandBuffer
[]
allocate
(size_t count);
void
free
(CommandBuffer[] bufs);
}
Constructors
this
this
(VkCommandPool pool, VulkanDevice dev)
Undocumented in source.
Members
Functions
allocate
CommandBuffer
[]
allocate
(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.
allocate
CommandBuffer
[]
allocate
(size_t count)
Undocumented in source.
free
void
free
(CommandBuffer[] buffers)
Undocumented in source.
Meta
Source
See Implementation
gfx
vulkan
cmd
classes
VulkanCommandBuffer
VulkanCommandPool