![]() |
Kale
|
#include <CommandBuffer.hpp>
Public Attributes | |
vk::UniqueCommandBuffer | commandBuffer |
Additional Inherited Members | |
![]() | |
virtual void | freeResources (bool remove=true) |
![]() | |
ChildResource () | |
ChildResource (FrameBuffer &parent) | |
virtual void | init (FrameBuffer &parent) |
~ChildResource () | |
![]() | |
FrameBuffer * | parentPtr |
The command buffer class used for draw commands
Definition at line 31 of file CommandBuffer.hpp.
vk::UniqueCommandBuffer Kale::Vulkan::CommandBuffer::commandBuffer |
The command buffer object
Definition at line 39 of file CommandBuffer.hpp.