feat(gx): add uncompleted CGxDeviceGLSDL targeting Windows and Linux

This commit is contained in:
phaneron 2023-11-15 19:31:16 -05:00
parent 827c86b194
commit b3b75a716c
42 changed files with 7681 additions and 5 deletions

9
src/gx/glsdl/GLUtil.hpp Normal file
View file

@ -0,0 +1,9 @@
#ifndef GX_GL_SDL_GL_UTIL_HPP
#define GX_GL_SDL_GL_UTIL_HPP
#include "gx/glsdl/GL.hpp"
#include <cstdint>
uint32_t GLSDLTextureTypeToIndex(GLEnum textureType);
#endif