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

Unified Diff: third_party/gles2_book/Common/Include/esUtil.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
« no previous file with comments | « gpu/demos/framework/window_win.cc ('k') | third_party/gles2_book/Common/Include/esUtil_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gles2_book/Common/Include/esUtil.h
===================================================================
--- third_party/gles2_book/Common/Include/esUtil.h (revision 37954)
+++ third_party/gles2_book/Common/Include/esUtil.h (working copy)
@@ -112,16 +112,6 @@
GLfloat **texCoords, GLushort **indices );
//
-/// \brief Loads a 24-bit TGA image from a file
-/// \param fileName Name of the file on disk
-/// \param width Width of loaded image in pixels
-/// \param height Height of loaded image in pixels
-/// \return Pointer to loaded image. NULL on failure.
-//
-extern char* esLoadTGA ( char *fileName, int *width, int *height );
-
-
-//
/// \brief multiply matrix specified by result with a scaling matrix and return new matrix in result
/// \param result Specifies the input matrix. Scaled matrix is returned in result.
/// \param sx, sy, sz Scale factors along the x, y and z axes respectively
« no previous file with comments | « gpu/demos/framework/window_win.cc ('k') | third_party/gles2_book/Common/Include/esUtil_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698