mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Fixed alpharef.
This commit is contained in:
parent
24fa6eee76
commit
9ded9412a8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue