openMSX
|
Public Member Functions | |
GLScopedClip (const OutputSurface &output, vec2 xy, vec2 wh) | |
GLScopedClip (const GLScopedClip &)=delete | |
GLScopedClip (GLScopedClip &&)=delete | |
GLScopedClip & | operator= (const GLScopedClip &)=delete |
GLScopedClip & | operator= (GLScopedClip &&)=delete |
~GLScopedClip () | |
Definition at line 47 of file OSDWidget.cc.
openmsx::GLScopedClip::GLScopedClip | ( | const OutputSurface & | output, |
vec2 | xy, | ||
vec2 | wh | ||
) |
Definition at line 61 of file OSDWidget.cc.
References openmsx::OutputSurface::getLogicalHeight(), openmsx::OutputSurface::getViewOffset(), openmsx::OutputSurface::getViewScale(), and gl::scale().
|
delete |
|
delete |
openmsx::GLScopedClip::~GLScopedClip | ( | ) |
Definition at line 86 of file OSDWidget.cc.
|
delete |
|
delete |