summaryrefslogtreecommitdiffstats
path: root/o3d/core/cross/command_buffer/sampler_cb.h
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/core/cross/command_buffer/sampler_cb.h')
-rw-r--r--o3d/core/cross/command_buffer/sampler_cb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/o3d/core/cross/command_buffer/sampler_cb.h b/o3d/core/cross/command_buffer/sampler_cb.h
index b60241e..103c595 100644
--- a/o3d/core/cross/command_buffer/sampler_cb.h
+++ b/o3d/core/cross/command_buffer/sampler_cb.h
@@ -54,11 +54,11 @@ class SamplerCB : public Sampler {
void SetTextureAndStates();
// Gets the resource ID for this sampler.
- command_buffer::ResourceID resource_id() const { return resource_id_; }
+ command_buffer::ResourceId resource_id() const { return resource_id_; }
private:
RendererCB* renderer_;
- command_buffer::ResourceID resource_id_;
+ command_buffer::ResourceId resource_id_;
DISALLOW_COPY_AND_ASSIGN(SamplerCB);
};