X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Ffeatures.cpp;h=dab230d339c517f2a4f4bd5a3ecf895b07c08c10;hb=8f5f54a9e165dae424e5b0bb8e488c3d01849bf6;hp=11b6c942fa4324b4e6b15f546d11bf440ab0bacc;hpb=b30777959d8e2ab2caf489e32f40390f60a75fcb;p=libs%2Fgl.git diff --git a/source/glsl/features.cpp b/source/glsl/features.cpp index 11b6c942..dab230d3 100644 --- a/source/glsl/features.cpp +++ b/source/glsl/features.cpp @@ -15,7 +15,8 @@ Features::Features(): arb_gpu_shader5(false), arb_uniform_buffer_object(false), ext_gpu_shader4(false), - ext_texture_array(false) + ext_texture_array(false), + max_constant_id(0x7FFFFFFF) { } Features Features::from_context()