Skip to content

Commit

Permalink
Cargo doc auto deployment 2024-06-19 10:52:30.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigocfd committed Jun 19, 2024
1 parent 8cfba60 commit 5e62b78
Show file tree
Hide file tree
Showing 88 changed files with 654 additions and 191 deletions.
2 changes: 1 addition & 1 deletion search-index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion search.desc/winsafe/winsafe-desc-0-.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion search.desc/winsafe/winsafe-desc-1-.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion search.desc/winsafe/winsafe-desc-2-.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion search.desc/winsafe/winsafe-desc-3-.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src-files.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 48 additions & 0 deletions src/winsafe/dxgi/co/consts.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,30 @@
<a href="#286" id="286">286</a>
<a href="#287" id="287">287</a>
<a href="#288" id="288">288</a>
<a href="#289" id="289">289</a>
<a href="#290" id="290">290</a>
<a href="#291" id="291">291</a>
<a href="#292" id="292">292</a>
<a href="#293" id="293">293</a>
<a href="#294" id="294">294</a>
<a href="#295" id="295">295</a>
<a href="#296" id="296">296</a>
<a href="#297" id="297">297</a>
<a href="#298" id="298">298</a>
<a href="#299" id="299">299</a>
<a href="#300" id="300">300</a>
<a href="#301" id="301">301</a>
<a href="#302" id="302">302</a>
<a href="#303" id="303">303</a>
<a href="#304" id="304">304</a>
<a href="#305" id="305">305</a>
<a href="#306" id="306">306</a>
<a href="#307" id="307">307</a>
<a href="#308" id="308">308</a>
<a href="#309" id="309">309</a>
<a href="#310" id="310">310</a>
<a href="#311" id="311">311</a>
<a href="#312" id="312">312</a>
</pre></div><pre class="rust"><code><span class="attr">#![allow(non_camel_case_types, non_upper_case_globals)]

</span><span class="macro">const_bitflag!</span> { DXGI_ADAPTER_FLAG: u32;
Expand All @@ -298,6 +322,18 @@
</span>SOFTWARE <span class="number">2
</span>}

<span class="macro">const_ordinary!</span> { DXGI_COMPUTE_PREEMPTION: u32;
<span class="doccomment">/// [`DXGI_COMPUTE_PREEMPTION_GRANULARITY`](https://learn.microsoft.com/en-us/windows/win32/api/dxgi1_2/ne-dxgi1_2-dxgi_compute_preemption_granularity)
/// enumeration.
</span>=&gt;
=&gt;
DMA_BUFFER_BOUNDARY <span class="number">0
</span>DISPATCH_BOUNDARY <span class="number">1
</span>THREAD_GROUP_BOUNDARY <span class="number">2
</span>THREAD_BOUNDARY <span class="number">3
</span>INSTRUCTION_BOUNDARY <span class="number">4
</span>}

<span class="macro">const_bitflag!</span> { DXGI_ENUM_MODES: u32;
<span class="doccomment">/// [`DXGI_ENUM_MODES`](https://learn.microsoft.com/en-us/windows/win32/direct3ddxgi/dxgi-enum-modes)
/// enumeration (`u32`).
Expand Down Expand Up @@ -435,6 +471,18 @@
</span>V408 <span class="number">132
</span>}

<span class="macro">const_ordinary!</span> { DXGI_GRAPHICS_PREEMPTION: u32;
<span class="doccomment">/// [`DXGI_GRAPHICS_PREEMPTION_GRANULARITY`]()
/// enumeration (`u32`).
</span>=&gt;
=&gt;
DMA_BUFFER_BOUNDARY <span class="number">0
</span>PRIMITIVE_BOUNDARY <span class="number">1
</span>TRIANGLE_BOUNDARY <span class="number">2
</span>PIXEL_BOUNDARY <span class="number">3
</span>INSTRUCTION_BOUNDARY <span class="number">4
</span>}

<span class="macro">const_bitflag!</span> { DXGI_MAP: u32;
<span class="doccomment">/// [`IDXGISurface::Map`](crate::prelude::dxgi_IDXGISurface::Map)
/// `map_flags` (`u32`).
Expand Down
Loading

0 comments on commit 5e62b78

Please sign in to comment.