summaryrefslogtreecommitdiffstats
path: root/tools/gfx-unit-test/root-shader-parameter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx-unit-test/root-shader-parameter.cpp')
-rw-r--r--tools/gfx-unit-test/root-shader-parameter.cpp2
1 files changed, 1 insertions, 1 deletions
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<IBufferResource> createBuffer(IDevice* device, uint32_t content)
+ static ComPtr<IBufferResource> createBuffer(IDevice* device, uint32_t content)
{
ComPtr<IBufferResource> buffer;
IBufferResource::Desc bufferDesc = {};