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