X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogrambuilder.h;h=f2046e458f7e81c650dcd73de36f2fe4b59fa8a7;hb=437609f708f2918067ec64f6d02261d113b1cac0;hp=97a706e077d93d3729c65eba5290c5a6a5b285e2;hpb=06817138c8f234e299a137fab94fb956169d21c5;p=libs%2Fgl.git diff --git a/source/programbuilder.h b/source/programbuilder.h index 97a706e0..f2046e45 100644 --- a/source/programbuilder.h +++ b/source/programbuilder.h @@ -88,7 +88,7 @@ public: bool specular; /** Use a normal map texture. Only used if lighting is true. */ - bool normalmap; + bool normal_map; /** Use a shadow map. Requires a ShadowMap effect or equivalent in the pipeline. */ @@ -121,6 +121,7 @@ private: { NO_SCOPE, TYPE, + FUNCTION, UNIFORM, ATTRIBUTE, VERTEX,