You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,6 @@ git checkout v0.4.0
60
60
-[Reflection](#reflection)
61
61
-[Remote Protocol](#remote-protocol)
62
62
-[Scene](#scene)
63
-
-[Shader Advanced](#shader-advanced)
64
63
-[Shaders](#shaders)
65
64
-[Shaders Advanced](#shaders-advanced)
66
65
-[State](#state)
@@ -454,12 +453,6 @@ Example | Description
454
453
--- | ---
455
454
[Scene](../examples/scene/scene.rs) | Demonstrates loading from and saving scenes to files
456
455
457
-
### Shader Advanced
458
-
459
-
Example | Description
460
-
--- | ---
461
-
[Manual Material Implementation](../examples/shader_advanced/manual_material.rs) | Demonstrates how to implement a material manually using the mid-level render APIs
462
-
463
456
### Shaders
464
457
465
458
These examples demonstrate how to implement different shaders in user code.
@@ -501,6 +494,7 @@ Example | Description
501
494
Example | Description
502
495
--- | ---
503
496
[Fullscreen Material](../examples/shader_advanced/fullscreen_material.rs) | Demonstrates how to write a fullscreen material
497
+
[Manual Material Implementation](../examples/shader_advanced/manual_material.rs) | Demonstrates how to implement a material manually using the mid-level render APIs
0 commit comments