#include <external/RadixEngine/include/radix/renderer/RenderContext.hpp>
radix::RenderContext::RenderContext |
( |
Renderer & |
r | ) |
|
|
inline |
Matrix4f& radix::RenderContext::getInvView |
( |
| ) |
|
|
inline |
const Matrix4f& radix::RenderContext::getInvView |
( |
| ) |
const |
|
inline |
Matrix4f& radix::RenderContext::getProj |
( |
| ) |
|
|
inline |
const Matrix4f& radix::RenderContext::getProj |
( |
| ) |
const |
|
inline |
Matrix4f& radix::RenderContext::getView |
( |
| ) |
|
|
inline |
const Matrix4f& radix::RenderContext::getView |
( |
| ) |
const |
|
inline |
void radix::RenderContext::popCamera |
( |
| ) |
|
|
inline |
void radix::RenderContext::popProj |
( |
| ) |
|
|
inline |
void radix::RenderContext::popView |
( |
| ) |
|
|
inline |
void radix::RenderContext::popViewFrame |
( |
| ) |
|
|
inline |
void radix::RenderContext::pushCamera |
( |
const Camera & |
c | ) |
|
|
inline |
void radix::RenderContext::pushProj |
( |
const Matrix4f & |
m | ) |
|
|
inline |
void radix::RenderContext::pushView |
( |
const Matrix4f & |
m | ) |
|
|
inline |
void radix::RenderContext::pushViewFrame |
( |
const ViewFrameInfo & |
frame | ) |
|
|
inline |
std::vector<Matrix4f> radix::RenderContext::invViewStack |
bool radix::RenderContext::projDirty |
std::vector<Matrix4f> radix::RenderContext::projStack |
Renderer& radix::RenderContext::renderer |
bool radix::RenderContext::viewDirty |
std::vector<Matrix4f> radix::RenderContext::viewStack |
size_t radix::RenderContext::viewStackMaxDepth |
The documentation for this struct was generated from the following file: