summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorJames Ross-Gowan <rossy@jrg.systems>2017-11-19 21:37:08 +1100
committerJames Ross-Gowan <rossy@jrg.systems>2017-11-19 21:37:57 +1100
commitb9c742df1063d524fbd7dd80c428d50ca5b691a6 (patch)
tree181c15761c783d8e6eb19e049b3b98f2bfd0eefd /misc
parent021fe791e1dc0d6fc8720208b9fcd59e94e9aa5a (diff)
downloadmpv-b9c742df1063d524fbd7dd80c428d50ca5b691a6.tar.bz2
mpv-b9c742df1063d524fbd7dd80c428d50ca5b691a6.tar.xz
vo_gpu: d3d11_helpers: don't try BGRA_SUPPORT
The D3D11_CREATE_DEVICE_BGRA_SUPPORT flag doesn't enable support for BGRA textures. BGRA textures will be supported whether or not the flag is passed. The flag just fails device creation if they are not supported as an API convenience for programs that need BGRA textures, such as programs that use D2D or D3D9 interop. We can handle devices without BGRA support fine, so don't bother with the flag.
Diffstat (limited to 'misc')
0 files changed, 0 insertions, 0 deletions