Files
Seele/res/shaders/BasePass.slang
T

8 lines
138 B
Plaintext
Raw Normal View History

2023-10-09 17:20:30 +02:00
import Common;
[shader("pixel")]
void pixelMain(in VertexAttributes attribs, out float4 baseColor)
{
BRDF brdf = gMaterial.prepare();
}