21 float renderSize[2]{2048, 2048};
22 float date[4]{0.f, 0.f, 0.f, 0.f};
23 float mouse[4]{0.5f, 0.5f, 0.5f, 0.5f};
24 float channelTime[4]{0.5f, 0.5f, 0.5f, 0.5f};
38 float projection[16]{};
39 float modelNormal[9]{};
45 sizeof(
ModelCameraUBO) ==
sizeof(
float) * (16 + 16 + 16 + 16 + 16 + 9 + 3 + 1));
52 float clipSpaceCorrMatrix[16]{};
54 float renderSize[2]{};
62 float scale[2]{1.f, 1.f};
63 float textureSize[2]{1.f, 1.f};
Graphics rendering pipeline for ossia score.
Definition Filter/PreviewWidget.hpp:12
UBO shared across all entities shown with the same camera.
Definition CommonUBOs.hpp:33
UBO shared across all entities shown on the same output.
Definition CommonUBOs.hpp:51
UBO specific to individual processes / nodes.
Definition CommonUBOs.hpp:12
UBO shared across all video objects.
Definition CommonUBOs.hpp:61