docs: Remove sub-headers from 公共方法 sections to follow SKILL.md规范

This commit is contained in:
2026-03-19 01:59:38 +08:00
parent b46d450429
commit 8e85fd98b8
13 changed files with 3 additions and 314 deletions

View File

@@ -8,17 +8,10 @@
## 主要枚举
### 着色器
| 枚举 | 描述 |
|------|------|
| `ShaderType` | 着色器类型 |
| `ShaderVisibility` | 着色器可见性 |
### 渲染状态
| 枚举 | 描述 |
|------|------|
| `CullMode` | 背面剔除模式 |
| `FillMode` | 填充模式 |
| `BlendOp` | 混合操作 |
@@ -26,48 +19,23 @@
| `ComparisonFunc` | 比较函数 |
| `StencilOp` | 模板操作 |
| `PrimitiveTopology` | 图元拓扑 |
### 纹理和采样
| 枚举 | 描述 |
|------|------|
| `TextureType` | 纹理类型 |
| `Format` | 纹理/缓冲区格式 |
| `FilterMode` | 采样器过滤模式 |
| `TextureAddressMode` | 纹理寻址模式 |
| `BorderColor` | 边框颜色 |
### 资源和缓冲
| 枚举 | 描述 |
|------|------|
| `BufferType` | 缓冲区类型 |
| `ResourceStates` | 资源状态 |
| `HeapType` | 内存堆类型 |
| `DescriptorType` | 描述符类型 |
| `DescriptorHeapType` | 描述符堆类型 |
### 命令和管线
| 枚举 | 描述 |
|------|------|
| `CommandQueueType` | 命令队列类型 |
| `PipelineType` | 管线类型 |
| `LoadAction` | 加载操作 |
| `StoreAction` | 存储操作 |
| `PresentFlags` | 呈现标志 |
### 查询和同步
| 枚举 | 描述 |
|------|------|
| `QueryType` | 查询类型 |
| `RootParameterType` | 根参数类型 |
### 其他
| 枚举 | 描述 |
|------|------|
| `LogicOp` | 逻辑操作 |
| `ColorWriteMask` | 颜色写入掩码 |
| `RHIType` | RHI 后端类型 |