summaryrefslogtreecommitdiff
path: root/tools/gfx/cpu/render-cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/cpu/render-cpu.h')
-rw-r--r--tools/gfx/cpu/render-cpu.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/gfx/cpu/render-cpu.h b/tools/gfx/cpu/render-cpu.h
deleted file mode 100644
index fca57aa4d..000000000
--- a/tools/gfx/cpu/render-cpu.h
+++ /dev/null
@@ -1,11 +0,0 @@
-// render-cpu.h
-#pragma once
-
-#include "../renderer-shared.h"
-
-namespace gfx
-{
-
-SlangResult SLANG_MCALL createCPUDevice(const IDevice::Desc* desc, IDevice** outDevice);
-
-}