mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
MR 3421 fix: remove unnecessary wlr_matrix_transform_inv
This commit is contained in:
parent
c5978ef8ec
commit
7f9bb0bbec
2 changed files with 0 additions and 32 deletions
|
|
@ -43,11 +43,6 @@ void wlr_matrix_rotate(float mat[static 9], float rad);
|
|||
void wlr_matrix_transform(float mat[static 9],
|
||||
enum wl_output_transform transform);
|
||||
|
||||
/** Writes a transformation matrix which applies the inverse of
|
||||
* transform to mat, such that transform × inverse = identity */
|
||||
void wlr_matrix_transform_inv(float mat[static 9],
|
||||
enum wl_output_transform transform);
|
||||
|
||||
/** Writes a 2D orthographic projection matrix to mat of (width, height) with a
|
||||
* specified wl_output_transform.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue