index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
gfx
/
cuda
/
render-cuda.h
blob: cf63113c8b03275b4ec60f0afd7387e2f8e97fcc (
plain
)
1
2
3
4
5
6
7
8
#pragma once
namespace
gfx
{
class
Renderer
;
Renderer
*
createCUDARenderer
();
}