Unravel Engine C++ 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 & |
Definition at line 14 of file render_view.h.
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.
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.
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.
auto gfx::render_view::tex_get | ( | const hpp::string_view & | id | ) | const -> const texture::ptr& |
Definition at line 18 of file render_view.cpp.
auto gfx::render_view::tex_get_or_emplace | ( | const hpp::string_view & | id | ) | -> texture::ptr& |
Definition at line 7 of file render_view.cpp.
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.