Skip to content

Commit

Permalink
Forced again the layout to STD140
Browse files Browse the repository at this point in the history
  • Loading branch information
tanis2000 committed Jan 9, 2024
1 parent cfdfb4c commit 728aeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binocle/core/binocle_gd.c
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ void binocle_gd_render_screen(binocle_gd *gd, struct binocle_window *window, flo
float resolution[2];
float scale[2];
float viewport[2];
//uint8_t _pad_24[8];
uint8_t _pad_24[8];
} screen_fs_params_t;

screen_vs_params_t screen_vs_params = {0};
Expand Down

0 comments on commit 728aeb9

Please sign in to comment.