mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-09 04:13:28 -05:00
Merge 7fccbd0844 into d19952cc11
This commit is contained in:
commit
a71b9feedb
|
|
@ -62,7 +62,7 @@ protected:
|
|||
Microsoft::WRL::ComPtr<IDXGIFactory> m_dxgi_factory;
|
||||
Microsoft::WRL::ComPtr<IDXGISwapChain> m_swap_chain;
|
||||
Microsoft::WRL::ComPtr<IUnknown> m_d3d_device;
|
||||
const AbstractTextureFormat m_texture_format = AbstractTextureFormat::RGB10_A2;
|
||||
const AbstractTextureFormat m_texture_format = AbstractTextureFormat::BGRA8;
|
||||
const AbstractTextureFormat m_texture_format_hdr = AbstractTextureFormat::RGBA16F;
|
||||
|
||||
u32 m_width = 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user