|
Tatooine
|
Namespaces | |
| namespace | detail |
| namespace | shaders |
Concepts | |
| concept | interactively_renderable |
Functions | |
| auto | pre_setup () |
| Call this function if you need to create gpu data before calling render. More... | |
| template<std::size_t... Is, interactively_renderable... Renderables> | |
| auto | show (std::index_sequence< Is... >, Renderables &&... renderables) |
| auto | show (interactively_renderable auto &&... renderables) |
Variables | |
| template<typename T > | |
| static auto constexpr | is_renderer = is_renderer_impl<T>::value |
| auto tatooine::rendering::interactive::pre_setup | ( | ) |
Call this function if you need to create gpu data before calling render.
| auto tatooine::rendering::interactive::show | ( | interactively_renderable auto &&... | renderables | ) |
| auto tatooine::rendering::interactive::show | ( | std::index_sequence< Is... > | , |
| Renderables &&... | renderables | ||
| ) |
|
staticconstexpr |