- Home /
Is there any way to do GPGPU with Unity?
Is there any way to do GPGPU in Unity? What I mean is: is there a way to do an orthographic camera that renders to texture? If so, how does one do it?
Thanks for your time and patience.
Answer by Bunny83 · Aug 02, 2019 at 04:38 PM
Ok, don't tell me that you did a single search before asking this question.
Just to list a few results:
Apart from using compute shaders, of course you can also just render to a texture. Also a quick search should have brought you:
Even Nvidia who brought us CUDA has a specific article and assets for the use in Unity. All those are the first search results when searching for the most obvious combinations of terms like GPGPU or CUDA with Unity.
Your answer
Follow this Question
Related Questions
How to Cast Shadows AFTER Vertex Shader/ Updated Geometry? 1 Answer
Rendering an Object only inside of a certain area 2 Answers
How to render Camera's view on the flat mesh (plane/etc) 2 Answers
Minimap with no shadow? 1 Answer
What's the best way to read a texture in camera space in a vertex shader? 0 Answers