31 float renderSize[2]{2048, 2048};
32 float date[4]{0.f, 0.f, 0.f, 0.f};
40 uint32_t numWorkgroups[3]{};
41 uint32_t _numWorkgroups_pad{};
59 float projection[16]{};
64 float modelNormal[12]{};
76 ==
sizeof(
float) * (16 + 16 + 16 + 16 + 16 + 12 + 1 + 1 + 1));
83 float clipSpaceCorrMatrix[16]{};
85 float renderSize[2]{};
91 int32_t sampleCount{1};
100 float scale[2]{1.f, 1.f};
101 float textureSize[2]{1.f, 1.f};
Graphics rendering pipeline for ossia score.
Definition Filter/PreviewWidget.hpp:11
UBO shared across all entities shown with the same camera.
Definition CommonUBOs.hpp:48
float zfar
idem.
Definition CommonUBOs.hpp:70
float znear
Used by non-matrix projections (fulldome, …) for reverse-Z depth.
Definition CommonUBOs.hpp:69
UBO shared across all entities shown on the same output.
Definition CommonUBOs.hpp:82
UBO specific to individual processes / nodes.
Definition CommonUBOs.hpp:22
UBO shared across all video objects.
Definition CommonUBOs.hpp:99