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 maidopi-usagi committed Sep 11, 2024
1 parent b3fab88 commit 1880bbd
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 1880bbd

Please sign in to comment.