Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(316)

Unified Diff: gpu/pgl/pgl.h

Issue 1797001: Add eglGetProcAddress to pgl. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/pgl/pgl.h
===================================================================
--- gpu/pgl/pgl.h (revision 45618)
+++ gpu/pgl/pgl.h (working copy)
@@ -49,6 +49,9 @@
// Get the calling thread's current PGL context.
PGLContext pglGetCurrentContext(void);
+// Gets the address of a function.
+void (*pglGetProcAddress(char const * procname))();
+
// Display everything that has been rendered since the last call.
PGLBoolean pglSwapBuffers(void);

Powered by Google App Engine
This is Rietveld 408576698