openMSX
|
#include "GLPostProcessor.hh"
#include "GLContext.hh"
#include "GLScaler.hh"
#include "GLScalerFactory.hh"
#include "FloatSetting.hh"
#include "OutputSurface.hh"
#include "RawFrame.hh"
#include "gl_transform.hh"
#include "random.hh"
#include "ranges.hh"
#include "stl.hh"
#include "xrange.hh"
#include <cassert>
#include <cstdint>
#include <numeric>
Go to the source code of this file.
Classes | |
struct | openmsx::Vertex |
Namespaces | |
openmsx | |
This file implemented 3 utility functions: | |
Variables | |
constexpr int | openmsx::GRID_SIZE = 16 |
constexpr int | openmsx::GRID_SIZE1 = GRID_SIZE + 1 |
constexpr int | openmsx::NUM_INDICES = (GRID_SIZE1 * 2 + 2) * GRID_SIZE - 2 |