mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:20:06 +00:00
Add geo line shaders
This commit is contained in:
parent
bf6b3e3601
commit
bee167764a
4 changed files with 60 additions and 1 deletions
|
|
@ -122,12 +122,14 @@ set(RESOURCE_FILES scwx-qt.qrc)
|
|||
|
||||
set(SHADER_FILES gl/color.frag
|
||||
gl/color.vert
|
||||
gl/geo_line.vert
|
||||
gl/radar.frag
|
||||
gl/radar.vert
|
||||
gl/text.frag
|
||||
gl/text.vert
|
||||
gl/texture1d.frag
|
||||
gl/texture1d.vert)
|
||||
gl/texture1d.vert
|
||||
gl/texture2d.frag)
|
||||
|
||||
set(CMAKE_FILES scwx-qt.cmake)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue