bool BeginRenderTarget(bool clear)
    Initialize the rendertarget texturebuffer for render. You need call it before you start the render to the rendertarget texture.
    
    clear: If it is true, the screen will be cleared.

    Result:
    If it was not successfull, it is false