Browse Source

Remove offensive comment.

EXT_debug_label originated in ES and that was way before KHR_debug. In
fact, KHR_debug is inspired after that.
pull/38/head
Vladimír Vondruš 13 years ago
parent
commit
2c73bbb0b9
  1. 2
      src/AbstractObject.cpp

2
src/AbstractObject.cpp

@ -33,8 +33,6 @@
namespace Magnum {
namespace {
/* What the hell, Apple? Why you had to create this abomination _after_
KHR_debug was released?! */
inline GLenum extTypeFromKhrIdentifier(GLenum khrIdentifier) {
switch(khrIdentifier) {
#ifndef MAGNUM_TARGET_GLES

Loading…
Cancel
Save