Variable SDLWindow._texture

class SDLWindow
{
  // ...
  sdl.render.SDL_Texture* _texture;
  // ...
}