Add PBR Shader Example. (#229)
This commit is contained in:
parent
5d23b5ca71
commit
818b52cbeb
14 changed files with 610 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ public class ExampleList
|
|||
|
||||
// Shaders
|
||||
new ExampleInfo("BasicLighting", BasicLighting.Main),
|
||||
new ExampleInfo("BasicPbr", BasicPbr.Main),
|
||||
new ExampleInfo("CustomUniform", CustomUniform.Main),
|
||||
new ExampleInfo("Eratosthenes", Eratosthenes.Main),
|
||||
new ExampleInfo("Fog", Fog.Main),
|
||||
|
|
|
|||
Loading…
Reference in a new issue