mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
D3D: Set optional features after creating the device
Fixes feature level 10.0 devices crashing during runtime.
This commit is contained in:
parent
51154d6907
commit
025767c929
3 changed files with 32 additions and 34 deletions
|
@ -40,6 +40,9 @@ void Destroy();
|
|||
// Returns a list of supported AA modes for the current device.
|
||||
std::vector<u32> GetAAModes(u32 adapter_index);
|
||||
|
||||
// Checks for support of the given texture format.
|
||||
bool SupportsTextureFormat(DXGI_FORMAT format);
|
||||
|
||||
} // namespace D3D
|
||||
|
||||
} // namespace DX11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue