mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Fixed alpharef uniform name.
This commit is contained in:
parent
b0116cfd30
commit
344e5b2ae3
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ namespace bgfx
|
|||
"u_model",
|
||||
"u_modelView",
|
||||
"u_modelViewProj",
|
||||
"u_alphaRef",
|
||||
"u_alphaRef4",
|
||||
};
|
||||
|
||||
const char* getPredefinedUniformName(PredefinedUniform::Enum _enum)
|
||||
|
|
Loading…
Reference in a new issue