]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/features.cpp
Use default member initializers for simple types
[libs/gl.git] / source / glsl / features.cpp
index a66eefc5ad18bb6271a9086b245697bb8b6632d0..943f3b06fb8080b04defa5f807219b32ab404f4c 100644 (file)
@@ -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;