Files
Seele/res/shaders/shaders.slang
T

8 lines
128 B
Plaintext
Raw Normal View History

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