0
rs_matrix4x4 유형의 상수를 초기화하는 방법은 무엇입니까? 그rs_matrix4x4 유형의 상수를 초기화하는 방법은 무엇입니까?
const rs_matrix4x4 xyz2rgb_m = {
3.2406, -1.5372, -0.4986, 0.0000,
-0.9689, 1.8758, 0.0415, 0.0000,
0.0557, -0.2040, 1.0570, 0.0000,
0.0000, 0.0000, 0.0000, 1.0000};
같은
뭔가가 작동하지 않습니다.
Error:(11, 20) error: Reflection of initializer to variable 'xyz2rgb_m' (of type 'rs_matrix4x4') is unsupported currently.
내가 요소로 기능 요소의 매트릭스를 초기화해야 : 컴파일러 오류 메시지를 반환?