#include <MRIRenderObject.h>
Inheritance diagram for MR::UiRenderParams:Public Types | |
| using | UiTaskList = std::vector<std::shared_ptr<BasicUiRenderTask>> |
Public Attributes | |
| UiTaskList * | tasks = nullptr |
| Those are Z-sorted and then executed. | |
Public Attributes inherited from MR::BaseRenderParams | |
| const Matrix4f & | viewMatrix |
| const Matrix4f & | projMatrix |
| ViewportId | viewportId |
| Vector4i | viewport |
| id of the viewport | |