More linux changes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import Common;
|
||||
|
||||
[shader("pixel")]
|
||||
void pixelMain(in VertexAttributes attribs, out float4 baseColor)
|
||||
{
|
||||
BRDF brdf = gMaterial.prepare();
|
||||
}
|
||||
Reference in New Issue
Block a user