agrippa1994 / DX9-Overlay-API

Overlay API for DirectX 9 based games.
MIT License
127 stars 26 forks source link

RenderStates #28

Closed ghost closed 7 years ago

ghost commented 7 years ago

Maybe this fixes the problem of issue #27 The Image class don't have own RenderStates because it has a own texture and there might be more to do (maybe add custom render states to set, save them in an std::vector<std::pair<uint32_t, uint32_t>> and apply them also after the normal ones).

Also you should check for bugs (even if its rendering correctly in the picture below), maybe you see one.

Example Picture

agrippa1994 commented 7 years ago

Very nice, thank you a lot :)