|
| | DrawCommands ()=default |
| | DrawCommands (DrawCommands &&other) noexcept=default |
| DrawCommands & | operator= (DrawCommands &&other) noexcept=default |
| void | insert (VkCommandBuffer cmd_buffer, std::uint32_t const thread_id, bool const is_attachment, std::vector< VkPipelineStageFlags > flags={ VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT }) |
| void | clear () |
| bool | has_cmd () const |
| void | init (std::size_t const size) |
◆ DrawCommands() [1/2]
| Vyroda::DrawCommands::DrawCommands |
( |
| ) |
|
|
default |
◆ DrawCommands() [2/2]
| Vyroda::DrawCommands::DrawCommands |
( |
DrawCommands && | other | ) |
|
|
defaultnoexcept |
◆ clear()
| void Vyroda::DrawCommands::clear |
( |
| ) |
|
|
inline |
◆ has_cmd()
| bool Vyroda::DrawCommands::has_cmd |
( |
| ) |
const |
|
inline |
◆ init()
| void Vyroda::DrawCommands::init |
( |
std::size_t const | size | ) |
|
|
inline |
◆ insert()
| void Vyroda::DrawCommands::insert |
( |
VkCommandBuffer | cmd_buffer, |
|
|
std::uint32_t const | thread_id, |
|
|
bool const | is_attachment, |
|
|
std::vector< VkPipelineStageFlags > | flags = { VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT } ) |
|
inline |
◆ operator=()
◆ cmd_buffers
| std::vector<VkCommandBuffer> Vyroda::DrawCommands::cmd_buffers {} |
◆ is_attachments
| std::vector<bool> Vyroda::DrawCommands::is_attachments { } |
◆ stage_flags
| std::vector<std::vector<VkPipelineStageFlags> > Vyroda::DrawCommands::stage_flags {} |
The documentation for this struct was generated from the following file: