Removed duplicate local_size_x from computecullandlod/cull.comp
This commit is contained in:
parent
a2a604be47
commit
9a283a1b9b
1 changed files with 1 additions and 3 deletions
|
|
@ -74,8 +74,6 @@ bool frustumCheck(vec4 pos, float radius)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
layout (local_size_x = 16) in;
|
|
||||||
|
|
||||||
void main()
|
void main()
|
||||||
{
|
{
|
||||||
uint idx = gl_GlobalInvocationID.x + gl_GlobalInvocationID.y * gl_NumWorkGroups.x * gl_WorkGroupSize.x;
|
uint idx = gl_GlobalInvocationID.x + gl_GlobalInvocationID.y * gl_NumWorkGroups.x * gl_WorkGroupSize.x;
|
||||||
|
|
@ -119,4 +117,4 @@ void main()
|
||||||
{
|
{
|
||||||
indirectDraws[idx].instanceCount = 0;
|
indirectDraws[idx].instanceCount = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue