#include "GL/ps2gl.h"
#include "ps2gl/displaycontext.h"
#include "ps2gl/dlist.h"
#include "ps2s/displayenv.h"
Go to the source code of this file.
Functions | |
void | pglSetDisplayBuffers (int interlaced, pgl_area_handle_t frame0_mem, pgl_area_handle_t frame1_mem) |
Tell ps2gl what areas in GS ram to display. More... | |
void | glPixelStorei (GLenum pname, int param) |
void | glReadPixels (int x, int y, int width, int height, GLenum format, GLenum type, void *pixels) |
void | glViewport (GLint x, GLint y, GLsizei width, GLsizei height) |
|
Definition at line 120 of file displaycontext.cpp. |
|
Definition at line 125 of file displaycontext.cpp. |
|
Definition at line 131 of file displaycontext.cpp. |