prosperon/shaders/text_base.cg

10 lines
98 B
Plaintext
Raw Normal View History

2024-05-30 17:12:54 -05:00
#include <stdvert.cg>
@block frag
void frag()
{
color = color0;
}
@end
#include <basetext.cg>