prosperon/shaders/text_base.cg
2024-05-30 17:12:54 -05:00

10 lines
98 B
Plaintext

#include <stdvert.cg>
@block frag
void frag()
{
color = color0;
}
@end
#include <basetext.cg>