Tatooine
|
Classes | |
struct | window |
Functions | |
template<typename... Renderers> | |
auto | set_view_matrices (Mat4< GLfloat > const &V, type_set_impl< Renderers... >) |
template<typename... Renderers> | |
auto | set_projection_matrices (Mat4< GLfloat > const &P, type_set_impl< Renderers... >) |
template<typename... Renderers> | |
auto | set_view_projection_matrices (Mat4< GLfloat > const &VP, type_set_impl< Renderers... >) |
auto tatooine::rendering::interactive::detail::set_projection_matrices | ( | Mat4< GLfloat > const & | P, |
type_set_impl< Renderers... > | |||
) |
auto tatooine::rendering::interactive::detail::set_view_matrices | ( | Mat4< GLfloat > const & | V, |
type_set_impl< Renderers... > | |||
) |
auto tatooine::rendering::interactive::detail::set_view_projection_matrices | ( | Mat4< GLfloat > const & | VP, |
type_set_impl< Renderers... > | |||
) |