openMSX
|
#include "GLScalerFactory.hh"
#include "GLSimpleScaler.hh"
#include "GLRGBScaler.hh"
#include "GLScaleNxScaler.hh"
#include "GLTVScaler.hh"
#include "GLHQScaler.hh"
#include "GLContext.hh"
#include "RenderSettings.hh"
#include "unreachable.hh"
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | openmsx |
This file implemented 3 utility functions: | |
namespace | openmsx::GLScalerFactory |
Functions | |
std::unique_ptr< GLScaler > | openmsx::GLScalerFactory::createScaler (RenderSettings &renderSettings, unsigned maxWidth, unsigned maxHeight) |
Instantiates a Scaler. | |