Replaced inline defines with glext.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent cb447bee81
commit 7bdadcb671
  1. 5
      tests/defaults.c

@ -30,14 +30,11 @@
//========================================================================
#include <GL/glfw3.h>
#include <GL/glext.h>
#include <stdio.h>
#include <stdlib.h>
#ifndef GL_ARB_multisample
#define GL_SAMPLES_ARB 0x80A9
#endif
typedef struct
{
int param;

Loading…
Cancel
Save