This reverts commit edee5a947b.
Fixes compilation error (Missing file BLI_float2.hh)
10 lines
118 B
GLSL
10 lines
118 B
GLSL
#ifndef USE_GPU_SHADER_CREATE_INFO
|
|
flat in uint finalId;
|
|
out uint fragId;
|
|
#endif
|
|
|
|
void main()
|
|
{
|
|
fragId = finalId;
|
|
}
|