openMSX
video
scalers
GLScalerFactory.hh
Go to the documentation of this file.
1
#ifndef GLSCALERFACTORY_HH
2
#define GLSCALERFACTORY_HH
3
4
#include <memory>
5
6
namespace
openmsx
{
7
8
class
GLScaler;
9
class
RenderSettings;
10
11
namespace
GLScalerFactory
12
{
16
[[nodiscard]] std::unique_ptr<GLScaler>
createScaler
(RenderSettings& renderSettings);
17
}
18
19
}
// namespace openmsx
20
21
#endif
// GLSCALERFACTORY_HH
openmsx::GLScalerFactory::createScaler
std::unique_ptr< GLScaler > createScaler(RenderSettings &renderSettings)
Instantiates a Scaler.
Definition:
GLScalerFactory.cc:16
openmsx
This file implemented 3 utility functions:
Definition:
Autofire.cc:9
Generated on Fri May 19 2023 13:13:12 for openMSX by
1.9.4