Everyday Unity – Telegram
Everyday Unity
1.11K subscribers
157 photos
59 videos
42 files
2.36K links
A game developer and tech lead in a top grossing company posting Unity, programming, and gamedev related stuff that I find interesting
Website: https://gamedev.center

Most used tags are:
#performance
#shader
#interview

Author: @alexmtr
Download Telegram
Indirect Compute Shader

Direct means CPU tells GPU to execute work, amount of work is given by CPU

Indirect means CPU tells GPU to execute work, amount of work is calculated in GPU

https://cmwdexint.com/2017/10/20/indirect-compute-shader/

#indirect #compute #shader