Searched refs:someMatr (Results 1 – 1 of 1) sorted by relevance
671 const someMatr = CK.Matrix.translated(2, 60); constant673 const s2 = rt.makeShader([0, 1], true, someMatr); // $ExpectType Shader675 const s4 = rt.makeShaderWithChildren([4, 5], true, [s1, s2], someMatr); // $ExpectType Shader