glDebugOutput static method

void glDebugOutput(
  1. int source,
  2. int type,
  3. int id,
  4. int severity,
  5. int length,
  6. String pMessage,
  7. int pUserParam,
)

Implementation

static void glDebugOutput(
  int source,
  int type,
  int id,
  int severity,
  int length,
  String pMessage,
  int pUserParam
) {}