Skip to content

Commit

Permalink
Fix size of scene uniforms structure
Browse files Browse the repository at this point in the history
  • Loading branch information
egorodet committed Jan 2, 2025
1 parent 3f777d5 commit 53f5d1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Modules/Simulation/Shaders/AsteroidUniforms.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ struct SceneUniforms
float4x4 view_proj_matrix;
float3 eye_position;
float3 light_position;
#ifndef __cplusplus
float _;
#endif
};

struct META_UNIFORM_ALIGN AsteroidUniforms
Expand Down

0 comments on commit 53f5d1d

Please sign in to comment.