MeshLib
 
Loading...
Searching...
No Matches
MR::UiRenderParams Struct Reference

#include <MRIRenderObject.h>

+ Inheritance diagram for MR::UiRenderParams:

Public Types

using UiTaskList = std::vector<std::shared_ptr<BasicUiRenderTask>>
 

Public Attributes

float scale = 1
 Multiply all your hardcoded sizes by this amount.
 
UiTaskListtasks = nullptr
 
- Public Attributes inherited from MR::BaseRenderParams
const Matrix4f & viewMatrix
 
const Matrix4f & projMatrix
 
ViewportId viewportId
 
Vector4i viewport
 

Member Typedef Documentation

◆ UiTaskList

using MR::UiRenderParams::UiTaskList = std::vector<std::shared_ptr<BasicUiRenderTask>>

Member Data Documentation

◆ scale

float MR::UiRenderParams::scale = 1

Multiply all your hardcoded sizes by this amount.

◆ tasks

UiTaskList* MR::UiRenderParams::tasks = nullptr

The documentation for this struct was generated from the following file: