Resolve "Indirect Dispatch"
Compare changes
@@ -17,6 +17,7 @@ layout( push_constant ) uniform constants{
@@ -26,47 +27,60 @@ float linearizeDepth(float depth, float near, float far){
@@ -90,9 +104,9 @@ SampleData loadSampleData(vec2 uv){
@@ -111,6 +125,22 @@ float dither(ivec2 coord){
@@ -120,7 +150,9 @@ void main(){
@@ -130,17 +162,8 @@ void main(){
@@ -152,17 +175,25 @@ void main(){
\ No newline at end of file