Fixed alpharef uniform name.

This commit is contained in:
Branimir Karadžić 2015-08-24 23:55:23 -07:00
parent b0116cfd30
commit 344e5b2ae3

View file

@ -686,7 +686,7 @@ namespace bgfx
"u_model",
"u_modelView",
"u_modelViewProj",
"u_alphaRef",
"u_alphaRef4",
};
const char* getPredefinedUniformName(PredefinedUniform::Enum _enum)