a8d4774eef
The alpha source and destination blend values were always being set to one and zero, when they should have been set to the same as the color values. This caused the alpha of the source texture to always overwrite the alpha of the destination texture, rather than apply the blend function upon it. Needless to say that it seriously screwed up the render target if you rendered something with alpha on it. Thanks to paibox for pointing this issue out and yelling at me to fix it. I apologize for not getting to this sooner. |
||
---|---|---|
.. | ||
mingw | ||
CMakeLists.txt | ||
d3d11-indexbuffer.cpp | ||
d3d11-samplerstate.cpp | ||
d3d11-shader.cpp | ||
d3d11-shaderprocessor.cpp | ||
d3d11-shaderprocessor.hpp | ||
d3d11-stagesurf.cpp | ||
d3d11-subsystem.cpp | ||
d3d11-subsystem.hpp | ||
d3d11-texture2d.cpp | ||
d3d11-vertexbuffer.cpp | ||
d3d11-zstencilbuffer.cpp |