summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-10-10 10:57:57 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-10-10 12:46:52 -0700
commit5891c7028dbc6ae6decb5a3b059fd48f4e700d44 (patch)
tree74299ff346112fb8873bf375652b483e80215e37 /cmake
parent740c995c2b37bd896c87b2d8e22d644e09bc3e42 (diff)
downloadqtlocation-mapboxgl-5891c7028dbc6ae6decb5a3b059fd48f4e700d44.tar.gz
Update mapbox-gl-shaders to 98a56d
Diffstat (limited to 'cmake')
-rw-r--r--cmake/shaders.cmake16
1 files changed, 8 insertions, 8 deletions
diff --git a/cmake/shaders.cmake b/cmake/shaders.cmake
index 5495f5b281..bebf476bbf 100644
--- a/cmake/shaders.cmake
+++ b/cmake/shaders.cmake
@@ -15,15 +15,15 @@ function(add_shader VAR name)
endfunction()
add_shader(MBGL_SHADER_FILES circle)
-add_shader(MBGL_SHADER_FILES collisionbox)
+add_shader(MBGL_SHADER_FILES collision_box)
add_shader(MBGL_SHADER_FILES debug)
add_shader(MBGL_SHADER_FILES fill)
-add_shader(MBGL_SHADER_FILES icon)
+add_shader(MBGL_SHADER_FILES fill_outline)
+add_shader(MBGL_SHADER_FILES fill_outline_pattern)
+add_shader(MBGL_SHADER_FILES fill_pattern)
add_shader(MBGL_SHADER_FILES line)
-add_shader(MBGL_SHADER_FILES linepattern)
-add_shader(MBGL_SHADER_FILES linesdfpattern)
-add_shader(MBGL_SHADER_FILES outline)
-add_shader(MBGL_SHADER_FILES outlinepattern)
-add_shader(MBGL_SHADER_FILES pattern)
+add_shader(MBGL_SHADER_FILES line_pattern)
+add_shader(MBGL_SHADER_FILES line_sdf)
add_shader(MBGL_SHADER_FILES raster)
-add_shader(MBGL_SHADER_FILES sdf)
+add_shader(MBGL_SHADER_FILES symbol_icon)
+add_shader(MBGL_SHADER_FILES symbol_sdf)