X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Ffeatures.h;h=5877746596bda5d2f37dea7cf9bab039f6cf1eba;hb=241cf36a6d7735706804bb3c517529bbe078f1ee;hp=b72aa3d99d7ad619e7e42a8dfee8fe25ead87764;hpb=d1e4737f17767fb8512ac5f8bade9aa9ddea9739;p=libs%2Fgl.git diff --git a/source/glsl/features.h b/source/glsl/features.h index b72aa3d9..58777465 100644 --- a/source/glsl/features.h +++ b/source/glsl/features.h @@ -20,8 +20,8 @@ struct Features bool ext_gpu_shader4 = false; bool ext_texture_array = false; unsigned constant_id_range = 0x80000000U; - unsigned uniform_binding_range = 84; - unsigned texture_binding_range = 96; + unsigned uniform_binding_range = 24; + unsigned texture_binding_range = 16; static Features from_opengl_version(const Version &); static Features opengl_latest();