endTextureMode function

void endTextureMode()

Ends drawing to render texture.

Implementation

void endTextureMode() {
  return library.EndTextureMode();
}