mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
fix: 不再要求功能级别11.1
This commit is contained in:
parent
bcb7347a59
commit
22c32b3580
12 changed files with 27 additions and 24 deletions
|
|
@ -92,7 +92,7 @@ BOOL MagCallbackFrameSource::_ImageScalingCallback(
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
ComPtr<ID3D11DeviceContext3> d3dDC = App::GetInstance().GetRenderer().GetD3DDC();
|
||||
ComPtr<ID3D11DeviceContext> d3dDC = App::GetInstance().GetRenderer().GetD3DDC();
|
||||
ComPtr<ID3D11Texture2D> output = App::GetInstance().GetFrameSource().GetOutput();
|
||||
|
||||
D3D11_MAPPED_SUBRESOURCE ms{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue