I\'m trying to build a compute shader to create a noise texture to use as a height map. gl_GlobalInvocationID is always (0, 0) from my debugging, a
gl_GlobalInvocationID
(0, 0)