mirror of https://github.com/mosra/magnum.git
Browse Source
There are no geometry shaders, and gradually more and more shaders will be ES3+ only.pull/601/head
2 changed files with 51 additions and 1 deletions
@ -0,0 +1,46 @@ |
|||||||
|
group=MagnumShadersGL |
||||||
|
nullTerminated=true |
||||||
|
|
||||||
|
[file] |
||||||
|
filename=Flat.vert |
||||||
|
|
||||||
|
[file] |
||||||
|
filename=Flat.frag |
||||||
|
|
||||||
|
[file] |
||||||
|
filename=FullScreenTriangle.glsl |
||||||
|
|
||||||
|
[file] |
||||||
|
filename=generic.glsl |
||||||
|
|
||||||
|
[file] |
||||||
|
filename=MeshVisualizer.vert |
||||||
|
|
||||||
|
# MeshVisualizer.geom missing |
||||||
|
|
||||||
|
[file] |
||||||
|
filename=MeshVisualizer.frag |
||||||
|
|
||||||
|
[file] |
||||||
|
filename=Phong.vert |
||||||
|
|
||||||
|
[file] |
||||||
|
filename=Phong.frag |
||||||
|
|
||||||
|
[file] |
||||||
|
filename=Vector.vert |
||||||
|
|
||||||
|
[file] |
||||||
|
filename=Vector.frag |
||||||
|
|
||||||
|
[file] |
||||||
|
filename=DistanceFieldVector.frag |
||||||
|
|
||||||
|
[file] |
||||||
|
filename=VertexColor.vert |
||||||
|
|
||||||
|
[file] |
||||||
|
filename=VertexColor.frag |
||||||
|
|
||||||
|
[file] |
||||||
|
filename=compatibility.glsl |
||||||
Loading…
Reference in new issue