vault backup: 2025-10-07 22:28:45

This commit is contained in:
2025-10-07 22:28:45 +08:00
parent 270e29877b
commit 0af0428683
2 changed files with 9 additions and 1 deletions

View File

@@ -37,3 +37,11 @@ typedef struct DXGI_SAMPLE_DESC
} DXGI_SAMPLE_DESC;
```
之后使用ID3D12Device::CheckFeatureSupport查询到对应的质量级别
# DXGI
- DXGI_MODE_DESC 分辨率、逐行扫描、缩放方式。
- DXGI_MODE_SCANLINE_ORDER缩放优先级。
- DXGI_MODE_SCALING缩放方式。
# 功能支持检测
使用