Docs.rs
d3d12-22.0.0
d3d12 22.0.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
kvark
msiglreith
cwfitzgerald
github:gfx-rs:wgpu
Dependencies
bitflags ^2
normal
libloading >=0.7, <0.9
normal
optional
winapi ^0.3
normal
Versions
4.23%
of the crate is documented
Platform
x86_64-pc-windows-msvc
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
SwapChain
d3d12
22.0.0
Swap
Chain
Aliased Type
Methods
get_buffer
present
present_flags
In crate d3d12
d3d12
Type Alias
Swap
Chain
Copy item path
Source
pub type SwapChain =
ComPtr
<
IDXGISwapChain
>;
Aliased Type
§
pub struct SwapChain(
/* private fields */
);
Implementations
§
Source
§
impl
SwapChain
Source
pub fn
get_buffer
(&self, id:
u32
) ->
D3DResult
<
Resource
>
Source
pub fn
present
(&self, interval:
u32
, flags:
u32
) ->
HRESULT
Source
pub fn
present_flags
( &self, interval:
u32
, flags:
SwapChainPresentFlags
, ) ->
HRESULT