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

Issue 543063: Added simple texture demo.... (Closed)

Created:
10 years, 11 months ago by alokp
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, apatrick_chromium
Visibility:
Public.

Description

Added simple texture demo. BUG=26099 TEST=Run simple_texture_2d executable. You should see a square with checker-board pattern. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=36267

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -63 lines) Patch
M gpu/demos/demos.gyp View 1 chunk +11 lines, -0 lines 0 comments Download
A gpu/demos/simple_texture_2d/main.cc View 1 chunk +65 lines, -0 lines 3 comments Download
A third_party/gles2_book/Chapter_9/Simple_Texture2D/Simple_Texture2D.h View 1 chunk +49 lines, -0 lines 0 comments Download
M third_party/gles2_book/Chapter_9/Simple_Texture2D/Simple_Texture2D.c View 7 chunks +41 lines, -63 lines 0 comments Download
M third_party/gles2_book/gles2_book.gyp View 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
alokp
10 years, 11 months ago (2010-01-14 18:33:44 UTC) #1
apatrick
LGTM http://codereview.chromium.org/543063/diff/1/3 File gpu/demos/simple_texture_2d/main.cc (right): http://codereview.chromium.org/543063/diff/1/3#newcode21 gpu/demos/simple_texture_2d/main.cc:21: virtual void Draw(float); The parameter should be named. ...
10 years, 11 months ago (2010-01-14 19:07:54 UTC) #2
alokp
10 years, 11 months ago (2010-01-14 20:07:29 UTC) #3
http://codereview.chromium.org/543063/diff/1/3
File gpu/demos/simple_texture_2d/main.cc (right):

http://codereview.chromium.org/543063/diff/1/3#newcode21
gpu/demos/simple_texture_2d/main.cc:21: virtual void Draw(float);
This variable is not used for this demo. I did not add the name to prevent the
compiler from complaining about unused variable.

Powered by Google App Engine
This is Rietveld 408576698