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

#include <cstdint>
#include "slang.h"

namespace gfx
{
class IRenderer;

SlangResult SLANG_MCALL createCUDARenderer(IRenderer** outRenderer);
}