Fix particle UVs (#1564)

This commit is contained in:
MnHs 2025-06-01 11:17:40 +02:00 committed by GitHub
parent 4b3e5aebf2
commit 152e91b6d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,8 +32,8 @@ layout(std430, binding = 14) restrict readonly buffer _particleTypeData
const vec2 uvPositions[4] = vec2[4]
(
vec2(0.0f, 0.0f),
vec2(0.0f, 1.0f),
vec2(1.0f, 0.0f),
vec2(0.0f, 1.0f),
vec2(1.0f, 1.0f)
);