mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:10:06 +00:00
Add threshold geometry shader, refactor vertex and fragment shaders
This commit is contained in:
parent
5e1b1a5ba6
commit
69f93d6faf
9 changed files with 83 additions and 14 deletions
|
|
@ -252,7 +252,8 @@ set(SHADER_FILES gl/color.frag
|
|||
gl/text.vert
|
||||
gl/texture1d.frag
|
||||
gl/texture1d.vert
|
||||
gl/texture2d.frag)
|
||||
gl/texture2d.frag
|
||||
gl/threshold.geom)
|
||||
|
||||
set(CMAKE_FILES scwx-qt.cmake)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue