Lots of shader changes, basic primitive writing
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import Scene;
|
||||
import MaterialParameter;
|
||||
|
||||
[shader("pixel")]
|
||||
uint fragmentMain(in uint32_t encoded : SV_PrimitiveID) : SV_Target
|
||||
{
|
||||
return encoded;
|
||||
}
|
||||
Reference in New Issue
Block a user