Skip to content
Snippets Groups Projects
Commit 547308b9 authored by Artur Wasmut's avatar Artur Wasmut
Browse files

correct local size.

parent 7a63f8f7
No related branches found
No related tags found
1 merge request!88Resolve "Indirect Draw"
Pipeline #27385 passed
......@@ -2,7 +2,7 @@
#extension GL_ARB_separate_shader_objects : enable
#extension GL_EXT_nonuniform_qualifier : enable
layout(local_size_x = 8, local_size_y = 8, local_size_z = 1) in;
layout(local_size_x = 64, local_size_y = 1, local_size_z = 1) in;
struct Plane{
vec3 pointOnPlane;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment