Skip to content

Commit

Permalink
Fixed alpharef.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Aug 25, 2015
1 parent 24fa6ee commit 9ded941
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bgfx_shader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ uniform mat4 u_invViewProj;
uniform mat4 u_model[BGFX_CONFIG_MAX_BONES];
uniform mat4 u_modelView;
uniform mat4 u_modelViewProj;
uniform float u_alphaRef;
uniform vec4 u_alphaRef4;
#define u_alphaRef u_alphaRef4.x

#endif // __cplusplus

Expand Down

0 comments on commit 9ded941

Please sign in to comment.