From 344e5b2ae3825f118caafcbeb94f1a2f61ec1efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 24 Aug 2015 23:55:23 -0700 Subject: [PATCH] Fixed alpharef uniform name. --- src/bgfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bgfx.cpp b/src/bgfx.cpp index bc3d83f7a..ab613212d 100644 --- a/src/bgfx.cpp +++ b/src/bgfx.cpp @@ -686,7 +686,7 @@ namespace bgfx "u_model", "u_modelView", "u_modelViewProj", - "u_alphaRef", + "u_alphaRef4", }; const char* getPredefinedUniformName(PredefinedUniform::Enum _enum)