8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
import Mat;
|
|
import Simple;
|
|
|
|
[shader("fragment")]
|
|
float4 fragmentMain(float2 texCoord)
|
|
{
|
|
return gMaterial.sample(texCoord);
|
|
} |