mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
[cogl-matrix] Adds padding to CoglMatrix
This adds enough padding to allow us to potentially add a cache of the inverse matrix in the future and private flags to annotate matrices.
This commit is contained in:
parent
3490dcaba4
commit
9878fdf5c6
@ -65,6 +65,10 @@ typedef struct _CoglMatrix {
|
||||
|
||||
/* Note: we may want to extend this later with private flags
|
||||
* and a cache of the inverse transform matrix. */
|
||||
float _padding0[16];
|
||||
gulong _padding1;
|
||||
gulong _padding2;
|
||||
gulong _padding3;
|
||||
} CoglMatrix;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user