10 lines
98 B
Plaintext
10 lines
98 B
Plaintext
#include <stdvert.cg>
|
|
|
|
@block frag
|
|
void frag()
|
|
{
|
|
color = color0;
|
|
}
|
|
@end
|
|
|
|
#include <basetext.cg> |