diff options
Diffstat (limited to 'gpu/command_buffer/common/resource.cc')
-rw-r--r-- | gpu/command_buffer/common/resource.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpu/command_buffer/common/resource.cc b/gpu/command_buffer/common/resource.cc index f3b75ec..2aec518 100644 --- a/gpu/command_buffer/common/resource.cc +++ b/gpu/command_buffer/common/resource.cc @@ -34,7 +34,7 @@ #include "gpu/command_buffer/common/resource.h" -namespace command_buffer { +namespace gpu { namespace texture { @@ -117,4 +117,4 @@ unsigned int GetDataSize(DataType type) { } // namespace effect_param -} // namespace command_buffer +} // namespace gpu |