Merge branch 'master' into tmp-eevee-shadow-commit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
void main()
|
||||
{
|
||||
int index = gl_GlobalInvocationID.x;
|
||||
int index = int(gl_GlobalInvocationID.x);
|
||||
vec4 pos = vec4(gl_GlobalInvocationID.x);
|
||||
out_positions[index] = pos;
|
||||
}
|
||||
|
Reference in New Issue
Block a user