commit | 06545c4f2a1cd5d77a0d23cd9872b41dc2e7e581 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Fri Apr 23 14:09:43 2021 +0200 |
committer | ocornut <omarcornut@gmail.com> | Fri Apr 23 18:39:07 2021 +0200 |
tree | 3974de106fecd5280beb39c3475df60908103d71 | |
parent | bfc4a3347ad6eaa468ebad0da6e3521de91c01a9 [diff] |
Backends: DirectX9: explicitely setting up more graphics states to increase compatibility with unusual non-default states. (#4063) Added D3DRS_FILLMODE, D3DRS_ZWRITEENABLE, D3DRS_RANGEFOGENABLE, D3DRS_SPECULARENABLE, D3DRS_STENCILENABLE, D3DRS_CLIPPING. Reordered some to match order in DX9 headers.