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

Unified Diff: third_party/gles2_book/Common/Include/esUtil_win.h

Issue 552240: Changes necessary to compile gpu demos on linux. It is not functional yet jus... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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: third_party/gles2_book/Common/Include/esUtil_win.h
===================================================================
--- third_party/gles2_book/Common/Include/esUtil_win.h (revision 37954)
+++ third_party/gles2_book/Common/Include/esUtil_win.h (working copy)
@@ -1,33 +0,0 @@
-//
-// Book: OpenGL(R) ES 2.0 Programming Guide
-// Authors: Aaftab Munshi, Dan Ginsburg, Dave Shreiner
-// ISBN-10: 0321502795
-// ISBN-13: 9780321502797
-// Publisher: Addison-Wesley Professional
-// URLs: http://safari.informit.com/9780321563835
-// http://www.opengles-book.com
-//
-
-// esUtil_win.h
-//
-// API-neutral interface for creating windows. Implementation needs to be provided per-platform.
-
-#ifndef ESUTIL_WIN_H
-#define ESUTIL_WIN_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif // __cplusplus
-
-///
-// WinTGALoad()
-//
-// TGA loader win32 implementation
-//
-int WinTGALoad ( const char *fileName, char **buffer, int *width, int *height );
-
-#ifdef __cplusplus
-}
-#endif // __cplusplus
-
-#endif // ESUTIL_WIN_H
« no previous file with comments | « third_party/gles2_book/Common/Include/esUtil.h ('k') | third_party/gles2_book/Common/Source/Win32/esUtil_TGA.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698