Unravel Engine C++ Reference
Loading...
Searching...
No Matches
gfx::render_view Class Reference

#include <render_view.h>

Public Member Functions

auto fbo_get_or_emplace (const hpp::string_view &id) -> frame_buffer::ptr &
 
auto fbo_get (const hpp::string_view &id) const -> const frame_buffer::ptr &
 
auto fbo_safe_get (const hpp::string_view &id) const -> const frame_buffer::ptr &
 
auto tex_get_or_emplace (const hpp::string_view &id) -> texture::ptr &
 
auto tex_get (const hpp::string_view &id) const -> const texture::ptr &
 
auto tex_safe_get (const hpp::string_view &id) const -> const texture::ptr &
 

Detailed Description

Definition at line 14 of file render_view.h.

Member Function Documentation

◆ fbo_get()

auto gfx::render_view::fbo_get ( const hpp::string_view & id) const -> const frame_buffer::ptr&

Definition at line 50 of file render_view.cpp.

◆ fbo_get_or_emplace()

auto gfx::render_view::fbo_get_or_emplace ( const hpp::string_view & id) -> frame_buffer::ptr&

Definition at line 39 of file render_view.cpp.

◆ fbo_safe_get()

auto gfx::render_view::fbo_safe_get ( const hpp::string_view & id) const -> const frame_buffer::ptr&

Definition at line 57 of file render_view.cpp.

◆ tex_get()

auto gfx::render_view::tex_get ( const hpp::string_view & id) const -> const texture::ptr&

Definition at line 18 of file render_view.cpp.

◆ tex_get_or_emplace()

auto gfx::render_view::tex_get_or_emplace ( const hpp::string_view & id) -> texture::ptr&

Definition at line 7 of file render_view.cpp.

◆ tex_safe_get()

auto gfx::render_view::tex_safe_get ( const hpp::string_view & id) const -> const texture::ptr&

Definition at line 26 of file render_view.cpp.


The documentation for this class was generated from the following files: