summaryrefslogtreecommitdiff
path: root/tools/gfx/cuda/render-cuda.h
blob: 5c477f513e0643ba09ae3d82bfad0f9a0aa48aee (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "../renderer-shared.h"

namespace gfx
{

SlangResult SLANG_MCALL createCUDADevice(const IDevice::Desc* desc, IDevice** outDevice);
}