Class atlas::vk::vk_renderpass
ClassList > atlas > vk > vk_renderpass
defines a renderpass operation More...
#include <vk_renderpass.hpp>
Public Functions
Type | Name |
---|---|
void | configure (const vk_renderpass_options & p_renderpass_options) contsructs new renderpass and configures it with the following attachments |
void | destroy () contsructs new renderpass and configures it with the following attachments |
operator VkRenderPass () const |
|
operator VkRenderPass () |
|
vk_renderpass () = default |
|
vk_renderpass (const vk_renderpass_options & p_renderpass_options) Invokes configure when constructing new renderpass. |
Detailed Description
Handles
Public Functions Documentation
function configure
contsructs new renderpass and configures it with the following attachments
void atlas::vk::vk_renderpass::configure (
const vk_renderpass_options & p_renderpass_options
)
function destroy
contsructs new renderpass and configures it with the following attachments
void atlas::vk::vk_renderpass::destroy ()
function operator VkRenderPass [1/2]
inline atlas::vk::vk_renderpass::operator VkRenderPass () const
function operator VkRenderPass [2/2]
inline atlas::vk::vk_renderpass::operator VkRenderPass ()
function vk_renderpass [1/2]
atlas::vk::vk_renderpass::vk_renderpass () = default
function vk_renderpass [2/2]
Invokes configure when constructing new renderpass.
atlas::vk::vk_renderpass::vk_renderpass (
const vk_renderpass_options & p_renderpass_options
)
The documentation for this class was generated from the following file TheAtlasEngine/atlas/drivers/vulkan-cpp/vk_renderpass.hpp