8 lines
72 B
Plaintext
8 lines
72 B
Plaintext
|
void main
|
||
|
(
|
||
|
out float4 c : COLOR
|
||
|
)
|
||
|
{
|
||
|
c.rgba = float4( 1, 0, 1, 1 );
|
||
|
}
|