diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2018-08-23 01:05:26 +0300 |
---|---|---|
committer | Ander Conselvan de Oliveira <ander.deoliveira@mapbox.com> | 2018-09-13 08:42:36 +0300 |
commit | 05a7b78aa866720245022805410aae92bb887fa6 (patch) | |
tree | 1979e724d148cdb9c3a9fe2aac80f718a41c65b5 /cmake | |
parent | e4e43bb54fbc519464083300aef295abc4ee095b (diff) | |
download | qtlocation-mapboxgl-05a7b78aa866720245022805410aae92bb887fa6.tar.gz |
[core] Add face culling mode parameter to Program::draw
Add a parameter to Program::draw to control whether face culling should
be enabled. This will be used in a follow up commit to enable face
culling for fill extrusion layers.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/core-files.txt b/cmake/core-files.txt index ec3c9266d8..6361540eb3 100644 --- a/cmake/core-files.txt +++ b/cmake/core-files.txt @@ -59,6 +59,8 @@ src/mbgl/gl/color_mode.cpp src/mbgl/gl/color_mode.hpp src/mbgl/gl/context.cpp src/mbgl/gl/context.hpp +src/mbgl/gl/cull_face_mode.cpp +src/mbgl/gl/cull_face_mode.hpp src/mbgl/gl/debugging.cpp src/mbgl/gl/debugging.hpp src/mbgl/gl/debugging_extension.cpp |