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