Skip to content

Commit e1b3f50

Browse files
日常提交
1 parent 0c17900 commit e1b3f50

23 files changed

+4680
-1
lines changed

DirectX12/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
book

DirectX12/book.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[book]
2+
authors = ["chenxiaolong"]
3+
language = "en"
4+
src = "src"
5+
title = "DirectX12"
6+
7+
[output.html]
8+
additional-css = ["./theme/css/catppuccin.css", "./theme/css/custom.css"]
9+
default-theme = "latte"
10+
preferred-dark-theme = "latte"
11+
12+
[preprocessor.katex]
13+
after = ["links"]

DirectX12/src/SUMMARY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Summary
2+
3+
- [资源屏障与资源同步](./资源屏障与资源同步.md)
4+
- [图形管线与着色器](./图形管线与着色器.md)
5+
- [Falcor](./falcor/falcor.md)
6+
- [GeneratePaths.cs.slang](./falcor/GeneratePaths.cs.slang.md)
7+
- [WavePrefixSum](./falcor/WavePrefixSum.md)

DirectX12/src/chapter_1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Chapter 1

0 commit comments

Comments
 (0)