Skip to content

Commit

Permalink
Merge pull request #95917 from BlueCube3310/lightmap-align-fix
Browse files Browse the repository at this point in the history
LightmapGI: Fix shader data alignment after #89919
  • Loading branch information
akien-mga committed Aug 21, 2024
2 parents 720615a + 4aa1456 commit 0baddda
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 0baddda

Please sign in to comment.