2022-11-15 12:19:11 +01:00
|
|
|
import Mat;
|
|
|
|
|
import Simple;
|
2020-06-02 11:46:18 +02:00
|
|
|
|
|
|
|
|
[shader("fragment")]
|
2022-11-15 12:19:11 +01:00
|
|
|
float4 fragmentMain(float2 texCoord)
|
2020-06-02 11:46:18 +02:00
|
|
|
{
|
2022-11-15 12:19:11 +01:00
|
|
|
return gMaterial.sample(texCoord);
|
|
|
|
|
}
|