A main part of SDL is rendering.
LEXSDL abstracs many things away like loading textures and handles them, the SDL_Renderer is stored internally so there is no need to carry it around.
Drawing a loaded texture is as easy to call LEXSDL_DrawTextureAt(2, 50,120, 75,75);
Below are listed the functions and how to use them.