Files
Seele/res/shaders/BasePass.slang
T
2023-10-09 17:20:30 +02:00

8 lines
138 B
Plaintext

import Common;
[shader("pixel")]
void pixelMain(in VertexAttributes attribs, out float4 baseColor)
{
BRDF brdf = gMaterial.prepare();
}