Questions tagged [compute-shader]
The compute-shader tag has no summary.
1 questions from the last 30 days
0
votes
2
answers
142
views
Does it make sense to use a compute shader with Dispatch(1,1,1) and Numthreads[1,1,1] to draw a cone?
I was working on this idea of drawing a cone rotating on the y axis with a parametric equation, using a compute shader with a function like:
...