Practical Tools for Simple Design
Loading...
Searching...
No Matches
TextureUtils.hpp
1#ifndef CORE_TEXTURE_UTILS_HPP
2#define CORE_TEXTURE_UTILS_HPP
3
4#include "pch.hpp"
5
6#include "Util/Logger.hpp"
7
8namespace Core {
9GLint SdlFormatToGlFormat(Uint32 format);
10
11GLint GlFormatToGlInternalFormat(GLint format);
12} // namespace Core
13
14#endif
Core functionality of the framework
Definition: config.hpp:7