mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-30 15:39:48 +02:00
Use SDL’s OpenGL headers
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
#include <string.h>
|
||||
#include "shader.h"
|
||||
#include "utils.h"
|
||||
#include <OpenGL/gl3.h>
|
||||
|
||||
static const char *vertex_shader = "\n\
|
||||
#version 150 \n\
|
||||
|
@@ -1,6 +1,7 @@
|
||||
#ifndef shader_h
|
||||
#define shader_h
|
||||
#include <OpenGL/gl3.h>
|
||||
#define GL_GLEXT_PROTOTYPES
|
||||
#include <SDL2/SDL_opengl.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
typedef struct shader_s {
|
||||
|
Reference in New Issue
Block a user