mirror of https://github.com/mosra/magnum.git
9 changed files with 69 additions and 18 deletions
@ -0,0 +1,49 @@
|
||||
group=MagnumShaders |
||||
|
||||
[file] |
||||
filename=AbstractVector2D.vert |
||||
|
||||
[file] |
||||
filename=AbstractVector3D.vert |
||||
|
||||
[file] |
||||
filename=Flat2D.vert |
||||
|
||||
[file] |
||||
filename=Flat3D.vert |
||||
|
||||
[file] |
||||
filename=Flat.frag |
||||
|
||||
[file] |
||||
filename=MeshVisualizer.vert |
||||
|
||||
[file] |
||||
filename=MeshVisualizer.geom |
||||
|
||||
[file] |
||||
filename=MeshVisualizer.frag |
||||
|
||||
[file] |
||||
filename=Phong.vert |
||||
|
||||
[file] |
||||
filename=Phong.frag |
||||
|
||||
[file] |
||||
filename=Vector.frag |
||||
|
||||
[file] |
||||
filename=DistanceFieldVector.frag |
||||
|
||||
[file] |
||||
filename=VertexColor2D.vert |
||||
|
||||
[file] |
||||
filename=VertexColor3D.vert |
||||
|
||||
[file] |
||||
filename=VertexColor.frag |
||||
|
||||
[file] |
||||
filename=compatibility.glsl |
||||
@ -0,0 +1,11 @@
|
||||
group=MagnumTextureTools |
||||
|
||||
[file] |
||||
filename=DistanceFieldShader.vert |
||||
|
||||
[file] |
||||
filename=DistanceFieldShader.frag |
||||
|
||||
[file] |
||||
filename=../Shaders/compatibility.glsl |
||||
alias=compatibility.glsl |
||||
Loading…
Reference in new issue