Merge pull request #95917 from BlueCube3310/lightmap-align-fix

LightmapGI: Fix shader data alignment after #89919
This commit is contained in:
Rémi Verschelde 2024-08-22 00:10:53 +02:00
commit 0badddaccb
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -96,7 +96,7 @@ struct Lightmap {
mat3 normal_xform;
vec2 light_texture_size;
float exposure_normalization;
vec2 pad;
float pad;
};
layout(set = 0, binding = 7, std140) restrict readonly buffer Lightmaps {