diff options
Diffstat (limited to 'tools/gfx/cpu/cpu-device.h')
| -rw-r--r-- | tools/gfx/cpu/cpu-device.h | 3 |
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 |
