Archive 17/01/2023.

I think there is a problem [d3dBlendEnable]

ab4daa

In D3D11Graphics.cpp, d3dBlendEnable[] does not have the same size as d3dSrcBlend[].

They should have the same size because they will be indexed by the same blend mode, right?

weitjong

Yes, it looks like it.

weitjong

I believe the code for 3D9 has the mistake too.

ab4daa

Yes, d3dBlendEnable[] have different size in D3D9Graphics.cpp, too.

weitjong

Care to submit that as a PR? I could do it too but I don’t like to take other’s credit :slight_smile:

ab4daa

OK.

Here is PR