openMSX
|
#include "GLImage.hh"
#include "GLContext.hh"
#include "SDLSurfacePtr.hh"
#include "PNG.hh"
#include "MSXException.hh"
#include "Math.hh"
#include "endian.hh"
#include "narrow.hh"
#include "xrange.hh"
#include <SDL.h>
#include <cstdint>
#include <cstdlib>
Go to the source code of this file.
Namespaces | |
namespace | openmsx |
This file implemented 3 utility functions: | |
Functions | |
gl::Texture | openmsx::loadTexture (const std::string &filename, ivec2 &size) |