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

Issue 552012: Added texture wrap 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 texture wrap demo. BUG=26099 TEST=Run texture_wrap executable. You should see three quads, each with a different texture wrapping mode. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=36394

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -53 lines) Patch
M gpu/demos/demos.gyp View 1 chunk +11 lines, -0 lines 0 comments Download
A gpu/demos/texture_wrap/main.cc View 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.h View 1 chunk +52 lines, -0 lines 0 comments Download
M third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.c View 5 chunks +7 lines, -53 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-15 17:02:03 UTC) #1
alokp
It seems Al is out today and I am stuck.
10 years, 11 months ago (2010-01-15 19:24:45 UTC) #2
vangelis
10 years, 11 months ago (2010-01-15 19:52:45 UTC) #3
LGTM

As discussed on the phone, since most demos share the same basic framework,
UserData could be a templated parameter which would eliminate some code
duplication. This will be done in a separate CL.

Powered by Google App Engine
This is Rietveld 408576698