ppsspp/Windows/OpenGLBase.h

11 lines
233 B
C
Raw Normal View History

2012-11-01 15:19:01 +00:00
// NOTE: Apologies for the quality of this code, this is really from pre-opensource Dolphin - that is, 2003.
#pragma once
bool GL_Init(HWND window);
void GL_Shutdown();
void GL_Resized();
2012-11-01 15:19:01 +00:00
void GL_BeginFrame();
void GL_EndFrame();