Problem Writing to an Image Texture Using a Compute Shader
I’m building a sparse voxel octree game engine and I’m having problems writing in a compute shader. I simplified my algorithm because I only need to write to the texture. Here is what I tried: