Skip to content

Commit

Permalink
FIX: Mobile GPU rendering bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
roalyr committed Feb 12, 2024
1 parent a4e76f2 commit c26f7ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ layout(constant_id = 15) const float sc_luminance_multiplier = 2.0;
layout(location = 0) highp in vec3 vertex_interp;

#ifdef NORMAL_USED
layout(location = 1) mediump in vec3 normal_interp;
layout(location = 1) highp in vec3 normal_interp;
#endif

#if defined(COLOR_USED)
Expand Down

0 comments on commit c26f7ac

Please sign in to comment.