openMSX
|
#include <SDLOutputSurface.hh>
Public Member Functions | |
SDLDirectPixelAccess (SDL_Surface *surface_) | |
~SDLDirectPixelAccess () | |
template<std::unsigned_integral Pixel> | |
std::span< Pixel > | getLine (unsigned y) |
Definition at line 12 of file SDLOutputSurface.hh.
openmsx::SDLDirectPixelAccess::SDLDirectPixelAccess | ( | SDL_Surface * | surface_ | ) |
Definition at line 6 of file SDLOutputSurface.cc.
openmsx::SDLDirectPixelAccess::~SDLDirectPixelAccess | ( | ) |
Definition at line 16 of file SDLOutputSurface.cc.
|
inline |
Definition at line 19 of file SDLOutputSurface.hh.