|
| filter (const std::vector< graphics::attachment_description > &attachments, const std::filesystem::path &path, const graphics::pipeline_definition &pipeline_definition=default_pipeline_definition, const VkSpecializationInfo *specialization_info=nullptr) |
|
auto | descriptor_handler () noexcept -> graphics::descriptor_handler & |
|
auto | pipeline () noexcept -> pipeline_type & |
|
auto | attachment (const std::string &descriptor_name, const graphics::descriptor &descriptor) -> const graphics::descriptor & |
|
auto | attachment (const std::string &descriptor_name, const std::string &render_attachment) -> const graphics::descriptor & |
|
auto | set_attachment (const std::string &descriptor_name, const graphics::descriptor &descriptor) -> void |
|
auto | remove_attachment (const std::string &descriptor_name) -> bool |