Visual Studio Code – I keep getting this strange error "undeclared identifier"
So Im trying to make a compute shader for my unity game, and I keep getting this strange error: Shader error in 'PathTracing': undeclared identifier 'intersectionPos' at kernel CSMain at PathTracing.compute(76) (on d3d11) I am using cursor editor for coding.…