Merge pull request #818 from Lephar/master
Removed duplicate local_size_x from computecullandlod/cull.comp
This commit is contained in:
commit
2933cb6ea3
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue