Implementing ECS SystemBase and updating slang
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import Mat;
|
||||
|
||||
|
||||
struct SimpleMaterial : IMaterial
|
||||
{
|
||||
float4 sample(float2 texCoord)
|
||||
{
|
||||
return float4(1, 0, 1, 1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user