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

Unified Diff: command_buffer/service/win/d3d9/sampler_d3d9.h

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
Index: command_buffer/service/win/d3d9/sampler_d3d9.h
===================================================================
--- command_buffer/service/win/d3d9/sampler_d3d9.h (revision 26885)
+++ command_buffer/service/win/d3d9/sampler_d3d9.h (working copy)
@@ -66,7 +66,7 @@
void SetBorderColor(const RGBA &color);
// Sets the texture.
- void SetTexture(ResourceID texture) { texture_id_ = texture; }
+ void SetTexture(ResourceId texture) { texture_id_ = texture; }
private:
D3DTEXTUREADDRESS d3d_address_u_;
D3DTEXTUREADDRESS d3d_address_v_;
@@ -76,7 +76,7 @@
D3DTEXTUREFILTERTYPE d3d_mip_filter_;
DWORD d3d_max_anisotropy_;
D3DCOLOR d3d_border_color_;
- ResourceID texture_id_;
+ ResourceId texture_id_;
};
} // namespace command_buffer
« no previous file with comments | « command_buffer/service/win/d3d9/render_surface_d3d9.cc ('k') | command_buffer/service/win/d3d9/sampler_d3d9.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698