File tree 10 files changed +22
-19
lines changed
10 files changed +22
-19
lines changed Original file line number Diff line number Diff line change 4
4
],
5
5
"markdownlint.config" : {
6
6
"default" : true ,
7
- "MD041" : { "level" : 2 }
7
+ "MD041" : { "level" : 2 },
8
+ "MD033" : {
9
+ "allowed_elements" : [" details" , " summary" ]
10
+ }
8
11
}
9
12
}
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Creating an instance
3
3
description : 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
6
6
---
7
7
8
8
## Include the header
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Choosing a device
3
3
description : 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
6
6
---
7
7
8
8
## Device selection
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Creating a swapchain
3
3
description : 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
6
6
---
7
7
8
8
## Swapchain creation
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Push constants
3
3
description : 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
6
6
---
7
7
8
8
## Description
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Creating a pipeline
3
3
description : 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
6
6
---
7
7
8
8
## Pipeline manager
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Buffers
3
3
description : 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
6
6
---
7
7
8
8
## Description
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Task graph
3
3
description : 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
6
6
---
7
7
8
8
## Description
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Shader
3
3
description : 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
6
6
---
7
7
8
8
## Description
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Finishing up
3
3
description : 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
6
6
---
7
7
8
8
## Implementing the main loop
You can’t perform that action at this time.
0 commit comments