5 lines
115 B
C#
5 lines
115 B
C#
public interface IPixelShader
|
|
{
|
|
|
|
float3 GetColor(float3 barycentric, int screenX, int screenY, int frame);
|
|
} |