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

@@ -1 +1 @@
{"Enhanced":{"Enhanced":{"currentFile":{"count":1,"lastUpdated":1756976585288}}},"舒菁亲密付":{"舒菁亲密付":{"currentFile":{"count":1,"lastUpdated":1759419218049}}},"支付宝:支出":{"支付宝:支出":{"currentFile":{"count":1,"lastUpdated":1759419268158}}}}
{"舒菁亲密付":{"舒菁亲密付":{"currentFile":{"count":1,"lastUpdated":1759419218049}}},"支付宝:支出":{"支付宝:支出":{"currentFile":{"count":1,"lastUpdated":1759419268158}}},"DESC":{"DESC":{"currentFile":{"count":1,"lastUpdated":1759830688208}}}}

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缩放方式。
# 功能支持检测
使用