Skip to content

Commit 1fe23b2

Browse files
日常提交
1 parent ddbf414 commit 1fe23b2

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

DirectX12/book.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[book]
22
authors = ["chenxiaolong"]
3-
language = "en"
3+
language = "zh-nc"
44
src = "src"
55
title = "DirectX12"
66

77
[output.html]
8-
additional-css = ["./theme/css/catppuccin.css", "./theme/css/custom.css"]
8+
# additional-css = ["./theme/css/catppuccin.css", "./theme/css/custom.css"]
99
default-theme = "latte"
1010
preferred-dark-theme = "latte"
1111

DirectX12/src/SUMMARY.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
- [资源屏障与资源同步](./资源屏障与资源同步.md)
44
- [图形管线与着色器](./图形管线与着色器.md)
5+
- [unity3d](./unity3d/index.md)
6+
- [创建自定义包](./unity3d/custom_package.md)
7+
- [包布局](./unity3d/package_layout.md)
8+
- [包清单文件](./unity3d/manifestPkg.md)
9+
- [程序集定义与软件包](./unity3d/Assembly_definition_and_packages.md)
10+
511
- [Falcor](./falcor/falcor.md)
612
- [GeneratePaths.cs.slang](./falcor/GeneratePaths.cs.slang.md)
7-
- [WavePrefixSum](./falcor/WavePrefixSum.md)
13+
- [WavePrefixSum](./falcor/WavePrefixSum.md)
14+
- [PathTracer.slang](./falcor/pathtracer.md)
15+
- [MIS](./falcor/mis.md)
16+

0 commit comments

Comments
 (0)