<!DOCTYPE html>
<html>
<head>
<title>LEXSDL_TextureCreationFailed</title>
<link rel="stylesheet" href="styles.css">
</head>
<header>
<h1>LEXSDL_TextureCreationFailed</h1>
<hr>
</header>
<body>
<p>
Value returned by functions when creating/loading a texture fails.<br>
</p>
<h2>Definition</h2>
<code><ul>
<span class=preprocessor>#define LEXSDL_TextureCreationFailed</span> <span class=number>0xFFFFFFFD</span><span class=symbol>;</span>
</ul></code>
<h2>Posible return reasons</h2>
<ul>
File of the texture was not found or is invalid.<br>
SDL_image not initialised.<br>
SDL components not initialised or created; like the SDL_Renderer.<br>
</ul>
</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>