Skip to content

Commit 58fe823

Browse files
committed
Remove pipeline code and section
1 parent b5d5623 commit 58fe823

23 files changed

+508
-854
lines changed

guide/src/SUMMARY.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
- [Dear ImGui](dear_imgui/README.md)
2525
- [class DearImGui](dear_imgui/dear_imgui.md)
2626
- [ImGui Integration](dear_imgui/imgui_integration.md)
27-
- [Graphics Pipeline](pipeline/README.md)
28-
- [Locating Assets](pipeline/locating_assets.md)
29-
- [Shaders](pipeline/shaders.md)
30-
- [Pipeline Creation](pipeline/pipeline_creation.md)
31-
- [Drawing a Triangle](pipeline/drawing_triangle.md)
32-
- [Switching Pipelines](pipeline/switching_pipelines.md)
27+
- [Shader Objects](shader_objects/README.md)
28+
- [Locating Assets](shader_objects/locating_assets.md)
29+
- [Shader Program](shader_objects/shader_program.md)
30+
- [GLSL to SPIR-V](shader_objects/glsl_to_spir_v.md)
31+
- [Drawing a Triangle](shader_objects/drawing_triangle.md)

guide/src/pipeline/README.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

guide/src/pipeline/drawing_triangle.md

Lines changed: 0 additions & 138 deletions
This file was deleted.

guide/src/pipeline/pipeline_creation.md

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)