mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
chore: 添加directxtk依赖
This commit is contained in:
parent
c58832be60
commit
823aee251a
6 changed files with 41 additions and 6 deletions
|
|
@ -73,7 +73,7 @@ bool GraphicsCaptureFrameSource::Initialize() {
|
|||
}
|
||||
|
||||
// 创建帧缓冲池
|
||||
_captureFramePool = winrt::Direct3D11CaptureFramePool::Create(
|
||||
_captureFramePool = winrt::Direct3D11CaptureFramePool::CreateFreeThreaded(
|
||||
_wrappedD3DDevice,
|
||||
winrt::DirectXPixelFormat::B8G8R8A8UIntNormalized,
|
||||
1, // 帧的缓存数量
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue