mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Add PBR Shader Example. (#229)
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user