summaryrefslogtreecommitdiffstats
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, 11 insertions, 0 deletions
diff --git a/tools/gfx/cpu/render-cpu.h b/tools/gfx/cpu/render-cpu.h
new file mode 100644
index 000000000..fca57aa4d
--- /dev/null
+++ b/tools/gfx/cpu/render-cpu.h
@@ -0,0 +1,11 @@
+// render-cpu.h
+#pragma once
+
+#include "../renderer-shared.h"
+
+namespace gfx
+{
+
+SlangResult SLANG_MCALL createCPUDevice(const IDevice::Desc* desc, IDevice** outDevice);
+
+}