mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-18 17:35:30 +00:00
Move a function to TextureFormatUtils.h|.cpp and rename these two util files
This change moves function ViewDimensionToTextureDimension() to TextureFormatUtils.h|.cpp. This change also renames TextureFormatUtils.h|.cpp to TextureUtils.h|.cpp because the new name makes more sense now. Bug: dawn:547 Change-Id: I183c68d26365a6cda722be55b8ba3556c1b4c82b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/57482 Reviewed-by: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "common/Constants.h"
|
||||
#include "utils/ComboRenderPipelineDescriptor.h"
|
||||
#include "utils/TextureFormatUtils.h"
|
||||
#include "utils/TextureUtils.h"
|
||||
#include "utils/WGPUHelpers.h"
|
||||
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user