mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 17:19:09 +00:00
9 lines
170 B
C++
9 lines
170 B
C++
#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
|