sandbox
Loading...
Searching...
No Matches
sbx::graphics::render_stage Member List

This is the complete list of members for sbx::graphics::render_stage, including all inherited members.

attachment_count(std::uint32_t subpass) const -> std::uint32_t (defined in sbx::graphics::render_stage)sbx::graphics::render_stage
attachments() const noexcept -> const std::vector< graphics::attachment > & (defined in sbx::graphics::render_stage)sbx::graphics::render_stage
clear_values() const noexcept -> const std::vector< VkClearValue > & (defined in sbx::graphics::render_stage)sbx::graphics::render_stage
descriptor(const std::string &name) const noexcept -> memory::observer_ptr< const graphics::descriptor > (defined in sbx::graphics::render_stage)sbx::graphics::render_stage
descriptors() const noexcept -> const std::map< std::string, memory::observer_ptr< const graphics::descriptor > > & (defined in sbx::graphics::render_stage)sbx::graphics::render_stage
find_attachment(const std::string &name) const noexcept -> std::optional< graphics::attachment > (defined in sbx::graphics::render_stage)sbx::graphics::render_stage
find_attachment(std::uint32_t binding) const noexcept -> std::optional< graphics::attachment > (defined in sbx::graphics::render_stage)sbx::graphics::render_stage
framebuffer(std::uint32_t index) noexcept -> const VkFramebuffer & (defined in sbx::graphics::render_stage)sbx::graphics::render_stage
has_depth_attachment() const noexcept -> bool (defined in sbx::graphics::render_stage)sbx::graphics::render_stage
has_swapchain_attachment() const noexcept -> bool (defined in sbx::graphics::render_stage)sbx::graphics::render_stage
rebuild(const swapchain &swapchain) -> void (defined in sbx::graphics::render_stage)sbx::graphics::render_stage
render_area() const noexcept -> const render_area & (defined in sbx::graphics::render_stage)sbx::graphics::render_stage
render_pass() const noexcept -> const VkRenderPass & (defined in sbx::graphics::render_stage)sbx::graphics::render_stage
render_stage(std::vector< attachment > &&attachments, std::vector< subpass_binding > &&subpass_bindings, const graphics::viewport &viewport=graphics::viewport{}) (defined in sbx::graphics::render_stage)sbx::graphics::render_stage
subpasses() const noexcept -> const std::vector< subpass_binding > & (defined in sbx::graphics::render_stage)sbx::graphics::render_stage
viewport() const noexcept -> const viewport & (defined in sbx::graphics::render_stage)sbx::graphics::render_stage
~render_stage() (defined in sbx::graphics::render_stage)sbx::graphics::render_stage