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: command_buffer/common/cross/resource.h

Issue 147237: Adding GetStreamInfo functionality (and passing corresponding unit test). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 6 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
Index: command_buffer/common/cross/resource.h
===================================================================
--- command_buffer/common/cross/resource.h (revision 19749)
+++ command_buffer/common/cross/resource.h (working copy)
@@ -134,6 +134,13 @@
};
} // namespace effect_param
+namespace effect_stream {
+struct Desc {
+ Uint32 semantic; // the semantic type
+ Uint32 semantic_index;
+};
+} // namespace effect_stream
+
namespace texture {
// Texture flags.
enum Flags {

Powered by Google App Engine
This is Rietveld 408576698