diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-09-24 03:27:33 +0200 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-09-24 03:27:33 +0200 |
| commit | 308720c9287a7230a8acf73122e3b0e594bde5e1 (patch) | |
| tree | 51f9a7145d18694e009dd61e2f8be546b2c80e00 /unity-shared | |
| parent | 2defeb1d2cbfe5d565f8c2a2bb57b9b755928bb7 (diff) | |
CompizUtils: include a CompRegion in TextureQuad, to avoid regeneration at each draw
(bzr r3806.12.13)
Diffstat (limited to 'unity-shared')
| -rw-r--r-- | unity-shared/CompizUtils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unity-shared/CompizUtils.h b/unity-shared/CompizUtils.h index 5dafd7b82..c3437ec57 100644 --- a/unity-shared/CompizUtils.h +++ b/unity-shared/CompizUtils.h @@ -37,6 +37,7 @@ struct TextureQuad {} CompRect box; + CompRegion region; GLTexture::MatrixList matrices; GLTexture::Matrix& matrix; }; |
