openMSX
Namespaces | Functions
GLScalerFactory.cc File Reference
#include "GLScalerFactory.hh"
#include "GLSimpleScaler.hh"
#include "GLRGBScaler.hh"
#include "GLScaleNxScaler.hh"
#include "GLTVScaler.hh"
#include "GLHQScaler.hh"
#include "GLHQLiteScaler.hh"
#include "GLContext.hh"
#include "RenderSettings.hh"
#include "unreachable.hh"
#include <memory>
Include dependency graph for GLScalerFactory.cc:

Go to the source code of this file.

Namespaces

namespace  openmsx
 This file implemented 3 utility functions:
 
namespace  openmsx::GLScalerFactory
 

Functions

std::unique_ptr< GLScaleropenmsx::GLScalerFactory::createScaler (RenderSettings &renderSettings)
 Instantiates a Scaler.