summaryrefslogtreecommitdiff
path: root/tools/gfx/cpu/cpu-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/cpu/cpu-device.h')
-rw-r--r--tools/gfx/cpu/cpu-device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gfx/cpu/cpu-device.h b/tools/gfx/cpu/cpu-device.h
index d216eb0be..d90ce1e8b 100644
--- a/tools/gfx/cpu/cpu-device.h
+++ b/tools/gfx/cpu/cpu-device.h
@@ -95,4 +95,7 @@ private:
};
} // namespace cpu
+
+Result SLANG_MCALL createCPUDevice(const IDevice::Desc* desc, IDevice** outDevice);
+
} // namespace gfx