Browse Source

Platform: print Buffer::minMapAlignment() in magnum-info.

pull/136/head
Vladimír Vondruš 10 years ago
parent
commit
f52e156e90
  1. 8
      src/Magnum/Platform/magnum-info.cpp

8
src/Magnum/Platform/magnum-info.cpp

@ -398,6 +398,14 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat
}
#endif
#ifndef MAGNUM_TARGET_GLES
if(c.isExtensionSupported<Extensions::GL::ARB::map_buffer_alignment>()) {
_h(ARB::map_buffer_alignment)
_l(Buffer::minMapAlignment())
}
#endif
#ifndef MAGNUM_TARGET_GLES2
#ifndef MAGNUM_TARGET_GLES
if(c.isExtensionSupported<Extensions::GL::ARB::shader_atomic_counters>())

Loading…
Cancel
Save