<!DOCTYPE html>
<html>
<head>
<title>LEXSDL_SetRenderer</title>
<link rel="stylesheet" href="styles.css">
</head>
<header>
<h1>LEXSDL_SetRenderer</h1>
<hr>
</header>
<body>
<p>
Sets the internal <a href=https://wiki.libsdl.org/SDL2/SDL_Renderer>SDL_Renderer</a> to the given one.
</p>
<p>
This can be used to integrate LEXSDL in existing projects or to set a SDL_Renderer created in the outside.<br>
Its recommended to set the associeted SDL_Window too with <a href=LEXSDL_SetWindow.html>LEXSDL_SetWindow<span style="color:#66cf8d">()</span></a>.
</p>
<h2>Function</h2>
<code><ul>
<span style="color:#2980b9">void</span> LEXSDL_SetRenderer<span style="color:#66cf8d">(</span>SDL_Renderer <span style="color:#66cf8d">*</span>renderer<span style="color:#66cf8d">);</span>
</ul></code>
</body>
<footer>
<br>
<hr>
<a href=FrontPage.html>FrontPage</a> <b>|</b> <a href=https://gitlab.com/Alexevier/lexsdl>GitLab</a> <b>|</b> <a href=https://crates.io/crates/lexsdl>Crates.io</a>
</footer>
</html>