Author Topic: Overlay Behind Nearly Everything With Software Renderer  (Read 4689 times)

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Overlay Behind Nearly Everything With Software Renderer
« Reply #15 on: January 04, 2012, 09:03:07 pm »
No, that's not possible, because you can't use a graphics context to draw into a texture lying something in the GPU's memory. All you can do is to upload it again. And the fastest way to do this ATM is to use an ITextureEffect, but that's not really fast either.