This repository was archived by the owner on Aug 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +22
-19
lines changed Expand file tree Collapse file tree 10 files changed +22
-19
lines changed Original file line number Diff line number Diff line change 44 ],
55 "markdownlint.config" : {
66 "default" : true ,
7- "MD041" : { "level" : 2 }
7+ "MD041" : { "level" : 2 },
8+ "MD033" : {
9+ "allowed_elements" : [" details" , " summary" ]
10+ }
811 }
912}
Original file line number Diff line number Diff line change 11---
22title : Creating an instance
33description : Creating an instance
4- slug : " getting-started /creating-an-instance"
5- editUrl : https://github.com/learndaxa/Tutorial/edit/main/docs/03 Getting started /01_Creating_an_instance.md
4+ slug : " drawing-a-triangle /creating-an-instance"
5+ editUrl : https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle /01_Creating_an_instance.md
66---
77
88## Include the header
Original file line number Diff line number Diff line change 11---
22title : Choosing a device
33description : Choosing a device
4- slug : " getting-started /choosing-a-device"
5- editUrl : https://github.com/learndaxa/Tutorial/edit/main/docs/03 Getting started /02_Choosing_a_device.md
4+ slug : " drawing-a-triangle /choosing-a-device"
5+ editUrl : https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle /02_Choosing_a_device.md
66---
77
88## Device selection
Original file line number Diff line number Diff line change 11---
22title : Creating a swapchain
33description : Creating a swapchain
4- slug : " getting-started /creating-a-swapchain"
5- editUrl : https://github.com/learndaxa/Tutorial/edit/main/docs/03 Getting started /03_Creating_a_swapchain.md
4+ slug : " drawing-a-triangle /creating-a-swapchain"
5+ editUrl : https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle /03_Creating_a_swapchain.md
66---
77
88## Swapchain creation
Original file line number Diff line number Diff line change 11---
22title : Push constants
33description : Push constants
4- slug : " getting-started /push-constants"
5- editUrl : https://github.com/learndaxa/Tutorial/edit/main/docs/03 Getting started /04_Push_constants.md
4+ slug : " drawing-a-triangle /push-constants"
5+ editUrl : https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle /04_Push_constants.md
66---
77
88## Description
Original file line number Diff line number Diff line change 11---
22title : Creating a pipeline
33description : Creating a pipeline
4- slug : " getting-started /creating-a-pipeline"
5- editUrl : https://github.com/learndaxa/Tutorial/edit/main/docs/03 Getting started /05_Creating_a_pipeline.md
4+ slug : " drawing-a-triangle /creating-a-pipeline"
5+ editUrl : https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle /05_Creating_a_pipeline.md
66---
77
88## Pipeline manager
Original file line number Diff line number Diff line change 11---
22title : Buffers
33description : Buffers
4- slug : " getting-started /buffers"
5- editUrl : https://github.com/learndaxa/Tutorial/edit/main/docs/03 Getting started /06_Buffers.md
4+ slug : " drawing-a-triangle /buffers"
5+ editUrl : https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle /06_Buffers.md
66---
77
88## Description
Original file line number Diff line number Diff line change 11---
22title : Task graph
33description : Task graph
4- slug : " getting-started /task-graph"
5- editUrl : https://github.com/learndaxa/Tutorial/edit/main/docs/03 Getting started /07_Task_graph.md
4+ slug : " drawing-a-triangle /task-graph"
5+ editUrl : https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle /07_Task_graph.md
66---
77
88## Description
Original file line number Diff line number Diff line change 11---
22title : Shader
33description : Shader
4- slug : " getting-started /shader"
5- editUrl : https://github.com/learndaxa/Tutorial/edit/main/docs/03 Getting started /08_Shader.md
4+ slug : " drawing-a-triangle /shader"
5+ editUrl : https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle /08_Shader.md
66---
77
88## Description
Original file line number Diff line number Diff line change 11---
22title : Finishing up
33description : Finishing up
4- slug : " getting-started /finishing-up"
5- editUrl : https://github.com/learndaxa/Tutorial/edit/main/docs/03 Getting started /09_Finishing_up.md
4+ slug : " drawing-a-triangle /finishing-up"
5+ editUrl : https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle /09_Finishing_up.md
66---
77
88## Implementing the main loop
You can’t perform that action at this time.
0 commit comments