X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Ffeatures.cpp;h=943f3b06fb8080b04defa5f807219b32ab404f4c;hp=a66eefc5ad18bb6271a9086b245697bb8b6632d0;hb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;hpb=e6077f9f25b794c174e1017c2c0763e77a6fddda diff --git a/source/glsl/features.cpp b/source/glsl/features.cpp index a66eefc5..943f3b06 100644 --- a/source/glsl/features.cpp +++ b/source/glsl/features.cpp @@ -4,21 +4,6 @@ namespace Msp { namespace GL { namespace SL { -Features::Features(): - target_api(OPENGL), - arb_enhanced_layouts(false), - arb_explicit_attrib_location(false), - arb_explicit_uniform_location(false), - arb_gpu_shader5(false), - arb_separate_shader_objects(false), - arb_uniform_buffer_object(false), - ext_gpu_shader4(false), - ext_texture_array(false), - constant_id_range(0x80000000U), - uniform_binding_range(84), - texture_binding_range(96) -{ } - Features Features::from_version(const Version &ver) { Features features;