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

Unified Diff: command_buffer/samples/bubble/bubble_module.cc

Issue 234002: More work in Command Buffers... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 3 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 | « command_buffer/common/cross/resource.cc ('k') | command_buffer/service/cross/gapi_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: command_buffer/samples/bubble/bubble_module.cc
===================================================================
--- command_buffer/samples/bubble/bubble_module.cc (revision 26886)
+++ command_buffer/samples/bubble/bubble_module.cc (working copy)
@@ -345,24 +345,24 @@
const math::Vector3& rotation);
nacl::HtpHandle handle_pair_[2];
- ResourceID vertex_buffer_id_;
- ResourceID index_buffer_id_;
- ResourceID vertex_struct_id_;
- ResourceID effect_id_;
- ResourceID noise_texture_id_;
- ResourceID iridescence_texture_id_;
- ResourceID cubemap_id_;
- ResourceID noise_sampler_id_;
- ResourceID iridescence_sampler_id_;
- ResourceID cubemap_sampler_id_;
- ResourceID noise_sampler_param_id_;
- ResourceID iridescence_sampler_param_id_;
- ResourceID cubemap_sampler_param_id_;
- ResourceID mvp_param_id_;
- ResourceID world_param_id_;
- ResourceID worldIT_param_id_;
- ResourceID eye_param_id_;
- ResourceID thickness_param_id_;
+ ResourceId vertex_buffer_id_;
+ ResourceId index_buffer_id_;
+ ResourceId vertex_struct_id_;
+ ResourceId effect_id_;
+ ResourceId noise_texture_id_;
+ ResourceId iridescence_texture_id_;
+ ResourceId cubemap_id_;
+ ResourceId noise_sampler_id_;
+ ResourceId iridescence_sampler_id_;
+ ResourceId cubemap_sampler_id_;
+ ResourceId noise_sampler_param_id_;
+ ResourceId iridescence_sampler_param_id_;
+ ResourceId cubemap_sampler_param_id_;
+ ResourceId mvp_param_id_;
+ ResourceId world_param_id_;
+ ResourceId worldIT_param_id_;
+ ResourceId eye_param_id_;
+ ResourceId thickness_param_id_;
scoped_ptr<IMCSender> sender_;
scoped_ptr<BufferSyncProxy> proxy_;
scoped_ptr<CommandBufferHelper> helper_;
« no previous file with comments | « command_buffer/common/cross/resource.cc ('k') | command_buffer/service/cross/gapi_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698