Skip to content

Commit

Permalink
LightmapGI: Fix shader data alignment after #89919
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueCube3310 committed Aug 21, 2024
1 parent 5ca419e commit 4aa1456
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4aa1456

Please sign in to comment.