OpenGlTexture.bindFrom

After you delete it with dispose, you may rebind it to something else with this.

If the current thread doesn't own an opengl context, it will save the image to try to lazy load it later.

  1. void bindFrom(TrueColorImage from)
    class OpenGlTexture
    void
    bindFrom
  2. void bindFrom(FONT* font, int size, T[] text)

Meta