5 lines
63 B
Plaintext
5 lines
63 B
Plaintext
|
|
layout(key) in half4 color;
|
||
|
|
half4 main() {
|
||
|
|
return color;
|
||
|
|
}
|