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

Issue 10825290: NaCl VS Add-in hello_world_gles example (Closed)

Created:
8 years, 4 months ago by tysand
Modified:
8 years, 4 months ago
Reviewers:
noelallen1
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

NaCl VS Add-in hello_world_gles example Added an example project using the code from the hello_world_gles SDK example. BUG= Committed: https://code.google.com/p/nativeclient-sdk/source/detail?r=1411

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1291 lines, --1 lines) Patch
A visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles.sln View 1 chunk +32 lines, -0 lines 0 comments Download
A visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/common.js View 1 chunk +207 lines, -0 lines 0 comments Download
A visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/fragment_shader_es2.frag View 1 chunk +8 lines, -0 lines 0 comments Download
A visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello.raw View 0 chunks +-1 lines, --1 lines 0 comments Download
A visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world.cc View 1 chunk +610 lines, -0 lines 0 comments Download
A visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj View 1 chunk +164 lines, -0 lines 0 comments Download
A visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj.user View 1 chunk +23 lines, -0 lines 0 comments Download
A visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/index_glibc.html View 1 chunk +21 lines, -0 lines 0 comments Download
A visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/index_newlib.html View 1 chunk +21 lines, -0 lines 0 comments Download
A visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/index_win.html View 1 chunk +21 lines, -0 lines 0 comments Download
A visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/matrix.h View 1 chunk +37 lines, -0 lines 0 comments Download
A visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/matrix.cc View 1 chunk +136 lines, -0 lines 0 comments Download
A visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/vertex_shader_es2.vert View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
tysand
8 years, 4 months ago (2012-08-10 01:39:32 UTC) #1
noelallen1
8 years, 4 months ago (2012-08-10 20:50:37 UTC) #2
Note:  This is a copy of an existing example which is already in the NaCl repo,
so the C sources do not require review.  The VCPROJ files are generated by
Visual Studio and represent a VS version of the same thing we normally build
with Make.

LGTM

Powered by Google App Engine
This is Rietveld 408576698