mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-05 01:29:07 +00:00
feat(gx): add uncompleted CGxDeviceGLSDL targeting Windows and Linux
This commit is contained in:
parent
827c86b194
commit
b3b75a716c
42 changed files with 7681 additions and 5 deletions
9
src/gx/glsdl/GLUtil.hpp
Normal file
9
src/gx/glsdl/GLUtil.hpp
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue