diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2016-04-04 19:27:12 +0900 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2016-04-08 19:10:11 +0900 |
commit | 40e9ed91bd8bbfecfc3832d73a81741d0aa97d3a (patch) | |
tree | f1405816290ab26dd928b1fa1a699c76ec977ce0 /vcl/Library_vcl.mk | |
parent | 96a098c0e8a009b77a26061dac3318da71d34ee4 (diff) |
opengl: texture atlas impl. to efficiently packs textures
Change-Id: I66b3eddadb172da26aa1a62f2a795895769db93b
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r-- | vcl/Library_vcl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index a3ec5e9c8c95..11c4dae3c22e 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -620,6 +620,7 @@ else vcl/opengl/program \ vcl/opengl/texture \ vcl/opengl/FixedTextureAtlas \ + vcl/opengl/PackedTextureAtlas \ vcl/source/opengl/OpenGLContext \ vcl/source/opengl/OpenGLHelper \ vcl/source/window/openglwin \ |