mapbox-gl-native icon indicating copy to clipboard operation
mapbox-gl-native copied to clipboard

How can i change the shader?

Open DeZhao-Zhang opened this issue 2 years ago • 0 comments

Platform: Mapbox SDK version:

Steps to trigger behavior

while i change the line render in file src\mbgl\programs\gl\line.cpp, such as line.vertex.glsl or line.fragment.glsl.

Expected behavior

i hope while i change the color or gl_position, the actual render will be change,but no change happend. will i need to change other file, and generate the line.cpp file??

Actual behavior

DeZhao-Zhang avatar Mar 10 '22 07:03 DeZhao-Zhang