openMSX
|
#include "endian.hh"
#include "narrow.hh"
#include "xrange.hh"
#include <cassert>
#include <cstdint>
#include <span>
Go to the source code of this file.
Classes | |
struct | openmsx::EdgeHQ |
struct | openmsx::EdgeHQLite |
Namespaces | |
namespace | openmsx |
This file implemented 3 utility functions: | |
Functions | |
template<typename EdgeOp > | |
void | openmsx::calcEdgesGL (std::span< const uint32_t > curr, std::span< const uint32_t > next, std::span< Endian::L32 > edges2, EdgeOp edgeOp) |