More linux changes

This commit is contained in:
2023-10-09 17:20:30 +02:00
parent 4aacdce41f
commit a47f17481b
15 changed files with 379 additions and 271 deletions
+7
View File
@@ -0,0 +1,7 @@
import Common;
[shader("pixel")]
void pixelMain(in VertexAttributes attribs, out float4 baseColor)
{
BRDF brdf = gMaterial.prepare();
}