1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-11-08 06:28:23 +01:00

use GLESv2 instead of GL

This commit is contained in:
DanyLE 2023-07-19 15:38:38 +02:00
parent 994356fdd5
commit e07da1a7c0
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#include <assert.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_opengl.h>
#include <GL/gl.h>
#include <GLES/gl.h>
typedef int32_t i32;
typedef uint32_t u32;

View File

@ -8,7 +8,7 @@
#include <assert.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_opengl.h>
#include <GL/gl.h>
#include <GLES/gl.h>
typedef int32_t i32;
typedef uint32_t u32;