Testing SDL support
This commit is contained in:
@ -13,6 +13,11 @@
|
||||
|
||||
#if SETTING_PLATFORM == SETTING_PLATFORM_GLFW
|
||||
#include <glad/glad.h>
|
||||
#elif SETTING_PLATFORM == SETTING_PLATFORM_SDL
|
||||
#include <glad/glad.h>
|
||||
#include <SDL.h>
|
||||
#include <SDL_opengl.h>
|
||||
#include <SDL_opengles2.h>
|
||||
#endif
|
||||
|
||||
#include <stb_image.h>
|
||||
|
Reference in New Issue
Block a user