From d4145519dd86f6d18b07393d989141bda4d4ceb3 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 16 Feb 2022 22:34:20 -0800 Subject: Various gfx fixes. (#2132) * Various gfx fixes. * Fix test case. * Fix crash. * Trigger build * Trigger build 2 * Fix vulkan unit tests. Co-authored-by: Yong He --- tools/gfx-unit-test/root-shader-parameter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/gfx-unit-test/root-shader-parameter.cpp') diff --git a/tools/gfx-unit-test/root-shader-parameter.cpp b/tools/gfx-unit-test/root-shader-parameter.cpp index a7b92843d..b01cb62f3 100644 --- a/tools/gfx-unit-test/root-shader-parameter.cpp +++ b/tools/gfx-unit-test/root-shader-parameter.cpp @@ -9,7 +9,7 @@ using namespace gfx; namespace gfx_test { - ComPtr createBuffer(IDevice* device, uint32_t content) + static ComPtr createBuffer(IDevice* device, uint32_t content) { ComPtr buffer; IBufferResource::Desc bufferDesc = {}; -- cgit v1.2.3