Skip to content

Commit

Permalink
Automatic update from allegro5
Browse files Browse the repository at this point in the history
  • Loading branch information
allebot committed Dec 28, 2024
1 parent d264fc4 commit 02586bf
Show file tree
Hide file tree
Showing 42 changed files with 2,437 additions and 2,437 deletions.
14 changes: 7 additions & 7 deletions a5docs/trunk/acodec.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h1 class="title">Audio codecs addon</h1>
<h1 id="al_init_acodec_addon">al_init_acodec_addon</h1>
<div class="sourceCode" id="cb2"><pre class="sourceCode c"><code class="sourceCode c"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="dt">bool</span> al_init_acodec_addon<span class="op">(</span><span class="dt">void</span><span class="op">)</span></span></code></pre></div>
<p><a
href="https://github.com/liballeg/allegro5/blob/be2cb58fdd1e21afb32e0b0d954bdb56a3f4b0d9/addons/acodec/acodec.c#L21">Source
href="https://github.com/liballeg/allegro5/blob/4048fe06d8401f2395f58ed4a19dd0f4dec0c167/addons/acodec/acodec.c#L21">Source
Code</a></p>
<p>This function registers all the known audio file type handlers for <a
href="audio.html#al_load_sample">al_load_sample</a>, <a
Expand Down Expand Up @@ -215,17 +215,17 @@ <h1 id="al_init_acodec_addon">al_init_acodec_addon</h1>
<p>Examples:</p>
<ul>
<li><a
href="https://github.com/liballeg/allegro5/blob/be2cb58fdd1e21afb32e0b0d954bdb56a3f4b0d9/examples/ex_stream_file.c#L51">ex_stream_file.c</a></li>
href="https://github.com/liballeg/allegro5/blob/4048fe06d8401f2395f58ed4a19dd0f4dec0c167/examples/ex_stream_file.c#L51">ex_stream_file.c</a></li>
<li><a
href="https://github.com/liballeg/allegro5/blob/be2cb58fdd1e21afb32e0b0d954bdb56a3f4b0d9/examples/ex_acodec_multi.c#L39">ex_acodec_multi.c</a></li>
href="https://github.com/liballeg/allegro5/blob/4048fe06d8401f2395f58ed4a19dd0f4dec0c167/examples/ex_acodec_multi.c#L39">ex_acodec_multi.c</a></li>
<li><a
href="https://github.com/liballeg/allegro5/blob/be2cb58fdd1e21afb32e0b0d954bdb56a3f4b0d9/examples/ex_kcm_direct.c#L30">ex_kcm_direct.c</a></li>
href="https://github.com/liballeg/allegro5/blob/4048fe06d8401f2395f58ed4a19dd0f4dec0c167/examples/ex_kcm_direct.c#L30">ex_kcm_direct.c</a></li>
</ul>
<h1
id="al_is_acodec_addon_initialized">al_is_acodec_addon_initialized</h1>
<div class="sourceCode" id="cb3"><pre class="sourceCode c"><code class="sourceCode c"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a><span class="dt">bool</span> al_is_acodec_addon_initialized<span class="op">(</span><span class="dt">void</span><span class="op">)</span></span></code></pre></div>
<p><a
href="https://github.com/liballeg/allegro5/blob/be2cb58fdd1e21afb32e0b0d954bdb56a3f4b0d9/addons/acodec/acodec.c#L99">Source
href="https://github.com/liballeg/allegro5/blob/4048fe06d8401f2395f58ed4a19dd0f4dec0c167/addons/acodec/acodec.c#L99">Source
Code</a></p>
<p>Returns true if the acodec addon is initialized, otherwise returns
false.</p>
Expand All @@ -234,13 +234,13 @@ <h1 id="al_init_acodec_addon">al_init_acodec_addon</h1>
id="al_get_allegro_acodec_version">al_get_allegro_acodec_version</h1>
<div class="sourceCode" id="cb4"><pre class="sourceCode c"><code class="sourceCode c"><span id="cb4-1"><a href="#cb4-1" aria-hidden="true" tabindex="-1"></a><span class="dt">uint32_t</span> al_get_allegro_acodec_version<span class="op">(</span><span class="dt">void</span><span class="op">)</span></span></code></pre></div>
<p><a
href="https://github.com/liballeg/allegro5/blob/be2cb58fdd1e21afb32e0b0d954bdb56a3f4b0d9/addons/acodec/acodec.c#L13">Source
href="https://github.com/liballeg/allegro5/blob/4048fe06d8401f2395f58ed4a19dd0f4dec0c167/addons/acodec/acodec.c#L13">Source
Code</a></p>
<p>Returns the (compiled) version of the addon, in the same format as <a
href="system.html#al_get_allegro_version">al_get_allegro_version</a>.</p>
<p class="timestamp">
Allegro version 5.2.11 (GIT)
- Last updated: 2024-12-28 08:03:08 UTC
- Last updated: 2024-12-28 08:12:51 UTC
</p>
</div>
</body>
Expand Down
732 changes: 366 additions & 366 deletions a5docs/trunk/audio.html

Large diffs are not rendered by default.

150 changes: 75 additions & 75 deletions a5docs/trunk/color.html

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions a5docs/trunk/config.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions a5docs/trunk/direct3d.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,28 +199,28 @@ <h1 class="title">Direct3D integration</h1>
<h1 id="al_get_d3d_device">al_get_d3d_device</h1>
<div class="sourceCode" id="cb2"><pre class="sourceCode c"><code class="sourceCode c"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a>LPDIRECT3DDEVICE9 al_get_d3d_device<span class="op">(</span>ALLEGRO_DISPLAY <span class="op">*</span>display<span class="op">)</span></span></code></pre></div>
<p><a
href="https://github.com/liballeg/allegro5/blob/be2cb58fdd1e21afb32e0b0d954bdb56a3f4b0d9/src/win/d3d_disp.cpp#L2570">Source
href="https://github.com/liballeg/allegro5/blob/4048fe06d8401f2395f58ed4a19dd0f4dec0c167/src/win/d3d_disp.cpp#L2570">Source
Code</a></p>
<p>Returns the Direct3D device of the display. The return value is
undefined if the display was not created with the Direct3D flag.</p>
<p><em>Returns:</em> A pointer to the Direct3D device.</p>
<p>Examples:</p>
<ul>
<li><a
href="https://github.com/liballeg/allegro5/blob/be2cb58fdd1e21afb32e0b0d954bdb56a3f4b0d9/examples/ex_d3d.cpp#L44">ex_d3d.cpp</a></li>
href="https://github.com/liballeg/allegro5/blob/4048fe06d8401f2395f58ed4a19dd0f4dec0c167/examples/ex_d3d.cpp#L44">ex_d3d.cpp</a></li>
</ul>
<h1 id="al_get_d3d_system_texture">al_get_d3d_system_texture</h1>
<div class="sourceCode" id="cb3"><pre class="sourceCode c"><code class="sourceCode c"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a>LPDIRECT3DTEXTURE9 al_get_d3d_system_texture<span class="op">(</span>ALLEGRO_BITMAP <span class="op">*</span>bitmap<span class="op">)</span></span></code></pre></div>
<p><a
href="https://github.com/liballeg/allegro5/blob/be2cb58fdd1e21afb32e0b0d954bdb56a3f4b0d9/src/win/d3d_disp.cpp#L2578">Source
href="https://github.com/liballeg/allegro5/blob/4048fe06d8401f2395f58ed4a19dd0f4dec0c167/src/win/d3d_disp.cpp#L2578">Source
Code</a></p>
<p>Returns the system texture (stored with the D3DPOOL_SYSTEMMEM flags).
This texture is used for the render-to-texture feature set.</p>
<p><em>Returns:</em> A pointer to the Direct3D system texture.</p>
<h1 id="al_get_d3d_video_texture">al_get_d3d_video_texture</h1>
<div class="sourceCode" id="cb4"><pre class="sourceCode c"><code class="sourceCode c"><span id="cb4-1"><a href="#cb4-1" aria-hidden="true" tabindex="-1"></a>LPDIRECT3DTEXTURE9 al_get_d3d_video_texture<span class="op">(</span>ALLEGRO_BITMAP <span class="op">*</span>bitmap<span class="op">)</span></span></code></pre></div>
<p><a
href="https://github.com/liballeg/allegro5/blob/be2cb58fdd1e21afb32e0b0d954bdb56a3f4b0d9/src/win/d3d_disp.cpp#L2586">Source
href="https://github.com/liballeg/allegro5/blob/4048fe06d8401f2395f58ed4a19dd0f4dec0c167/src/win/d3d_disp.cpp#L2586">Source
Code</a></p>
<p>Returns the video texture (stored with the D3DPOOL_DEFAULT or
D3DPOOL_MANAGED flags depending on whether render-to-texture is enabled
Expand All @@ -230,7 +230,7 @@ <h1 id="al_get_d3d_video_texture">al_get_d3d_video_texture</h1>
id="al_have_d3d_non_pow2_texture_support">al_have_d3d_non_pow2_texture_support</h1>
<div class="sourceCode" id="cb5"><pre class="sourceCode c"><code class="sourceCode c"><span id="cb5-1"><a href="#cb5-1" aria-hidden="true" tabindex="-1"></a><span class="dt">bool</span> al_have_d3d_non_pow2_texture_support<span class="op">(</span><span class="dt">void</span><span class="op">)</span></span></code></pre></div>
<p><a
href="https://github.com/liballeg/allegro5/blob/be2cb58fdd1e21afb32e0b0d954bdb56a3f4b0d9/src/win/d3d_disp.cpp#L241">Source
href="https://github.com/liballeg/allegro5/blob/4048fe06d8401f2395f58ed4a19dd0f4dec0c167/src/win/d3d_disp.cpp#L241">Source
Code</a></p>
<p>Returns whether the Direct3D device supports textures whose
dimensions are not powers of two.</p>
Expand All @@ -240,7 +240,7 @@ <h1 id="al_get_d3d_video_texture">al_get_d3d_video_texture</h1>
id="al_have_d3d_non_square_texture_support">al_have_d3d_non_square_texture_support</h1>
<div class="sourceCode" id="cb6"><pre class="sourceCode c"><code class="sourceCode c"><span id="cb6-1"><a href="#cb6-1" aria-hidden="true" tabindex="-1"></a><span class="dt">bool</span> al_have_d3d_non_square_texture_support<span class="op">(</span><span class="dt">void</span><span class="op">)</span></span></code></pre></div>
<p><a
href="https://github.com/liballeg/allegro5/blob/be2cb58fdd1e21afb32e0b0d954bdb56a3f4b0d9/src/win/d3d_disp.cpp#L283">Source
href="https://github.com/liballeg/allegro5/blob/4048fe06d8401f2395f58ed4a19dd0f4dec0c167/src/win/d3d_disp.cpp#L283">Source
Code</a></p>
<p>Returns whether the Direct3D device supports textures that are not
square.</p>
Expand All @@ -249,7 +249,7 @@ <h1 id="al_get_d3d_video_texture">al_get_d3d_video_texture</h1>
<h1 id="al_get_d3d_texture_size">al_get_d3d_texture_size</h1>
<div class="sourceCode" id="cb7"><pre class="sourceCode c"><code class="sourceCode c"><span id="cb7-1"><a href="#cb7-1" aria-hidden="true" tabindex="-1"></a><span class="dt">bool</span> al_get_d3d_texture_size<span class="op">(</span>ALLEGRO_BITMAP <span class="op">*</span>bitmap<span class="op">,</span> <span class="dt">int</span> <span class="op">*</span>width<span class="op">,</span> <span class="dt">int</span> <span class="op">*</span>height<span class="op">)</span></span></code></pre></div>
<p><a
href="https://github.com/liballeg/allegro5/blob/be2cb58fdd1e21afb32e0b0d954bdb56a3f4b0d9/src/win/d3d_bmp.cpp#L105">Source
href="https://github.com/liballeg/allegro5/blob/4048fe06d8401f2395f58ed4a19dd0f4dec0c167/src/win/d3d_bmp.cpp#L105">Source
Code</a></p>
<p>Retrieves the size of the Direct3D texture used for the bitmap.</p>
<p>Returns true on success, false on failure. Zero width and height are
Expand All @@ -260,7 +260,7 @@ <h1 id="al_get_d3d_texture_size">al_get_d3d_texture_size</h1>
<h1 id="al_get_d3d_texture_position">al_get_d3d_texture_position</h1>
<div class="sourceCode" id="cb8"><pre class="sourceCode c"><code class="sourceCode c"><span id="cb8-1"><a href="#cb8-1" aria-hidden="true" tabindex="-1"></a><span class="dt">void</span> al_get_d3d_texture_position<span class="op">(</span>ALLEGRO_BITMAP <span class="op">*</span>bitmap<span class="op">,</span> <span class="dt">int</span> <span class="op">*</span>u<span class="op">,</span> <span class="dt">int</span> <span class="op">*</span>v<span class="op">)</span></span></code></pre></div>
<p><a
href="https://github.com/liballeg/allegro5/blob/be2cb58fdd1e21afb32e0b0d954bdb56a3f4b0d9/src/win/d3d_disp.cpp#L2594">Source
href="https://github.com/liballeg/allegro5/blob/4048fe06d8401f2395f58ed4a19dd0f4dec0c167/src/win/d3d_disp.cpp#L2594">Source
Code</a></p>
<p>Returns the u/v coordinates for the top/left corner of the bitmap
within the used texture, in pixels.</p>
Expand All @@ -275,7 +275,7 @@ <h1 id="al_get_d3d_texture_position">al_get_d3d_texture_position</h1>
<h1 id="al_is_d3d_device_lost">al_is_d3d_device_lost</h1>
<div class="sourceCode" id="cb9"><pre class="sourceCode c"><code class="sourceCode c"><span id="cb9-1"><a href="#cb9-1" aria-hidden="true" tabindex="-1"></a><span class="dt">bool</span> al_is_d3d_device_lost<span class="op">(</span>ALLEGRO_DISPLAY <span class="op">*</span>display<span class="op">)</span></span></code></pre></div>
<p><a
href="https://github.com/liballeg/allegro5/blob/be2cb58fdd1e21afb32e0b0d954bdb56a3f4b0d9/src/win/d3d_disp.cpp#L2606">Source
href="https://github.com/liballeg/allegro5/blob/4048fe06d8401f2395f58ed4a19dd0f4dec0c167/src/win/d3d_disp.cpp#L2606">Source
Code</a></p>
<p>Returns a boolean indicating whether or not the Direct3D device
belonging to the given display is in a lost state.</p>
Expand All @@ -289,7 +289,7 @@ <h1 id="al_is_d3d_device_lost">al_is_d3d_device_lost</h1>
<div class="sourceCode" id="cb10"><pre class="sourceCode c"><code class="sourceCode c"><span id="cb10-1"><a href="#cb10-1" aria-hidden="true" tabindex="-1"></a><span class="dt">void</span> al_set_d3d_device_release_callback<span class="op">(</span></span>
<span id="cb10-2"><a href="#cb10-2" aria-hidden="true" tabindex="-1"></a> <span class="dt">void</span> <span class="op">(*</span>callback<span class="op">)(</span>ALLEGRO_DISPLAY <span class="op">*</span>display<span class="op">))</span></span></code></pre></div>
<p><a
href="https://github.com/liballeg/allegro5/blob/be2cb58fdd1e21afb32e0b0d954bdb56a3f4b0d9/src/win/d3d_disp.cpp#L219">Source
href="https://github.com/liballeg/allegro5/blob/4048fe06d8401f2395f58ed4a19dd0f4dec0c167/src/win/d3d_disp.cpp#L219">Source
Code</a></p>
<p>The callback will be called whenever a D3D device is reset (minimize,
toggle fullscreen window, etc). In the callback you should release any
Expand All @@ -302,7 +302,7 @@ <h1 id="al_is_d3d_device_lost">al_is_d3d_device_lost</h1>
<div class="sourceCode" id="cb11"><pre class="sourceCode c"><code class="sourceCode c"><span id="cb11-1"><a href="#cb11-1" aria-hidden="true" tabindex="-1"></a><span class="dt">void</span> al_set_d3d_device_restore_callback<span class="op">(</span></span>
<span id="cb11-2"><a href="#cb11-2" aria-hidden="true" tabindex="-1"></a> <span class="dt">void</span> <span class="op">(*</span>callback<span class="op">)(</span>ALLEGRO_DISPLAY <span class="op">*</span>display<span class="op">))</span></span></code></pre></div>
<p><a
href="https://github.com/liballeg/allegro5/blob/be2cb58fdd1e21afb32e0b0d954bdb56a3f4b0d9/src/win/d3d_disp.cpp#L227">Source
href="https://github.com/liballeg/allegro5/blob/4048fe06d8401f2395f58ed4a19dd0f4dec0c167/src/win/d3d_disp.cpp#L227">Source
Code</a></p>
<p>The callback will be called whenever a D3D device that has been reset
is restored. In the callback you should restore any d3d resources you
Expand All @@ -312,7 +312,7 @@ <h1 id="al_is_d3d_device_lost">al_is_d3d_device_lost</h1>
<p>Since: 5.1.0</p>
<p class="timestamp">
Allegro version 5.2.11 (GIT)
- Last updated: 2024-12-28 08:03:06 UTC
- Last updated: 2024-12-28 08:12:49 UTC
</p>
</div>
</body>
Expand Down
Loading

0 comments on commit 02586bf

Please sign in to comment.