6 lines
37 B
GLSL
6 lines
37 B
GLSL
|
|
|
||
|
|
void main()
|
||
|
|
{
|
||
|
|
fragId = finalId;
|
||
|
|
}
|