2
0
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:
MrScautHD
2024-02-09 19:19:57 +01:00
committed by GitHub
parent 5d23b5ca71
commit 818b52cbeb
14 changed files with 610 additions and 0 deletions

View File

@ -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),