Home
last modified time | relevance | path

Searched refs:ID3D12Resource2 (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct3D12/
H A Dmod.rs27310 impl ID3D12Resource2 { implementation
27366 fn from(value: ID3D12Resource2) -> Self { in from()
27371 fn from(value: &ID3D12Resource2) -> Self { in from()
27386 fn from(value: ID3D12Resource2) -> Self { in from()
27391 fn from(value: &ID3D12Resource2) -> Self { in from()
27406 fn from(value: ID3D12Resource2) -> Self { in from()
27411 fn from(value: &ID3D12Resource2) -> Self { in from()
27426 fn from(value: ID3D12Resource2) -> Self { in from()
27431 fn from(value: &ID3D12Resource2) -> Self { in from()
27446 fn from(value: ID3D12Resource2) -> Self { in from()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Direct3D12/
H A Dmod.rs5960 pub type ID3D12Resource2 = *mut ::core::ffi::c_void; typedef