Skip to content

Commit

Permalink
LightmapGI: Fix shader data alignment after godotengine#89919
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueCube3310 authored and addmix committed Sep 6, 2024
1 parent 54e27df commit 37bfd10
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 37bfd10

Please sign in to comment.