added ui rendering
This commit is contained in:
@@ -6,6 +6,6 @@ float4 _main(
|
||||
uint triid: SV_PrimitiveID,
|
||||
) : SV_TARGET
|
||||
{
|
||||
return float4(0.2,0.2,0.2,1);
|
||||
return float4(color);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user