diff options
Diffstat (limited to 'ext/gl/gstgltransformation.h')
-rw-r--r-- | ext/gl/gstgltransformation.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/gl/gstgltransformation.h b/ext/gl/gstgltransformation.h index 11d7d72fb..a767be2e4 100644 --- a/ext/gl/gstgltransformation.h +++ b/ext/gl/gstgltransformation.h @@ -75,8 +75,13 @@ struct _GstGLTransformation graphene_matrix_t model_matrix; graphene_matrix_t view_matrix; graphene_matrix_t projection_matrix; + graphene_matrix_t inv_model_matrix; + graphene_matrix_t inv_view_matrix; + graphene_matrix_t inv_projection_matrix; graphene_matrix_t mvp_matrix; + graphene_vec3_t camera_position; + gboolean downstream_supports_affine_meta; gboolean caps_change; }; |