public interface IPixelShader { float3 GetColor(float3 barycentric, int screenX, int screenY, int frame); }