From 4c76b275907cf2d764f3fc51468d1c58635a10c1 Mon Sep 17 00:00:00 2001 From: Theresa Foley <10618364+tangent-vector@users.noreply.github.com> Date: Mon, 12 May 2025 10:28:05 -0700 Subject: Cleanups related to RIFF support (#7041) --- tools/gfx-unit-test/gfx-test-texture-util.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/gfx-unit-test/gfx-test-texture-util.cpp') diff --git a/tools/gfx-unit-test/gfx-test-texture-util.cpp b/tools/gfx-unit-test/gfx-test-texture-util.cpp index 7e6d738ee..a0212b7b0 100644 --- a/tools/gfx-unit-test/gfx-test-texture-util.cpp +++ b/tools/gfx-unit-test/gfx-test-texture-util.cpp @@ -42,7 +42,7 @@ TextureAspect getTextureAspect(Format format) } } -Size getTexelSize(Format format) +gfx::Size getTexelSize(Format format) { FormatInfo info; GFX_CHECK_CALL_ABORT(gfxGetFormatInfo(format, &info)); @@ -285,8 +285,8 @@ List removePadding( ISlangBlob* pixels, GfxCount width, GfxCount height, - Size rowPitch, - Size pixelSize) + gfx::Size rowPitch, + gfx::Size pixelSize) { List buffer; buffer.setCount(height * rowPitch); -- cgit v1.2.3