We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d9e8d commit 82f18feCopy full SHA for 82f18fe
1 file changed
src/ruis/render/opengles/context.cpp
@@ -83,7 +83,7 @@ context::context(utki::shared_ref<ruis::render::native_window> native_window) :
83
// })
84
// return unsigned(val);
85
// }(),
86
- .initial_matrix = ruis::matrix4()
+ .initial_matrix = ruis::mat4()
87
// OpenGL identity matrix:
88
// viewport edges: left = -1, right = 1, top = 1, bottom = -1
89
// z-axis towards viewer
0 commit comments