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

8 lines
103 B
Plaintext

@block frag
void frag()
{
color = texture(sampler2D(diffuse,smp),uv);
}
@end
#include <postbase.cg>