terrain_blending_opengl_port_from_lukas_code

This commit is contained in:
Anis A. Hireche 2014-11-27 00:42:35 +01:00 committed by LuisAntonRebollo
parent d01b48c93e
commit a954daa43f
28 changed files with 248 additions and 240 deletions

View file

@ -80,6 +80,10 @@ protected:
GFXShaderConstHandle *detailInfoVConst;
GFXShaderConstHandle *detailInfoPConst;
// New blending
GFXShaderConstHandle *lerpBlend;
GFXShaderConstHandle *blendDepth;
GFXShaderConstHandle *macroInfoVConst;
GFXShaderConstHandle *macroInfoPConst;
};