bnoazx005 / TDEngine2

TDEngine2 is a cross-platform game engine
Apache License 2.0
18 stars 4 forks source link

[Fix/Feature] Implement COGLRenderTarget::Blit method #57

Closed bnoazx005 closed 3 years ago

bnoazx005 commented 3 years ago

Bug report

For now selection mode doesn't work under GL mode because of COGLRenderTarget::Blit method isn't implemented in correct manner. In this version it would be enough just to add this feature in pretty naive way.

Environment

Win 10 (x64) / Visual Studio 2017 / TDEngine2-v0.4.x / NVidia GTX 860M in GL3.x mode

bnoazx005 commented 3 years ago

Added in bd77905