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
8
namespace
Core
{
9
GLint SdlFormatToGlFormat(Uint32 format);
10
11
GLint GlFormatToGlInternalFormat(GLint format);
12
}
// namespace Core
13
14
#endif
Core
Core functionality of the framework
Definition:
config.hpp:7
include
Core
TextureUtils.hpp
Generated by
1.9.5