1 2 3 4 5 6 7
//TEST_IGNORE_FILE: interface IMaterialInstance { [BackwardDifferentiable] float3 eval(const float3 wi, const float3 wo); }