Class atlas::render_context
ClassList > atlas > render_context
Inherited by the following classes: atlas::vk::vk_renderer
Public Functions
Type | Name |
---|---|
void | begin_frame (const vk::vk_command_buffer & p_current, const vk::vk_swapchain & p_swapchain_handler) |
void | end_frame () |
void | set_background_color (const std::array< float, 4 > & p_color) |
virtual | ~render_context () = default |
Public Functions Documentation
function begin_frame
inline void atlas::render_context::begin_frame (
const vk::vk_command_buffer & p_current,
const vk::vk_swapchain & p_swapchain_handler
)
function end_frame
inline void atlas::render_context::end_frame ()
function set_background_color
inline void atlas::render_context::set_background_color (
const std::array< float, 4 > & p_color
)
function ~render_context
virtual atlas::render_context::~render_context () = default
The documentation for this class was generated from the following file TheAtlasEngine/atlas/drivers/renderer_context.hpp