Files
test/source/blender/draw/engines/eevee_next
Clément Foucault e127182065 DRW: Curve: Fix wrong UBO alignment
This was preventing correct attribute rendering with multiple attributes.
Since the `CurveInfos` struct is used for data sharing between C++ and
GLSL and inside a UBO it needs to obey the `std140` alignment rules which
states that arrays of scalars are padded to the size of `vec4` for each
array entry.
2022-06-28 18:48:39 +02:00
..
2022-05-17 12:39:02 +02:00
2022-05-18 23:01:08 +02:00
2022-05-18 23:01:08 +02:00
2022-06-10 10:29:35 +02:00
2022-05-18 23:01:08 +02:00
2022-05-15 19:33:37 +02:00