Home
last modified time | relevance | path

Searched defs:D3D10_SAMPLER_DESC (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d10.h799 typedef struct D3D10_SAMPLER_DESC { struct
810 } D3D10_SAMPLER_DESC; argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d10.h799 typedef struct D3D10_SAMPLER_DESC { struct
810 } D3D10_SAMPLER_DESC; argument
/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd3d10.py190 D3D10_SAMPLER_DESC = Struct("D3D10_SAMPLER_DESC", [ variable
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Direct3D10/
H A Dmod.rs1563 pub struct D3D10_SAMPLER_DESC { struct
1575 impl ::core::marker::Copy for D3D10_SAMPLER_DESC {} argument
1576 impl ::core::clone::Clone for D3D10_SAMPLER_DESC { implementation
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3d10.h3639 typedef struct D3D10_SAMPLER_DESC struct
3651 } D3D10_SAMPLER_DESC; argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct3D10/
H A Dmod.rs3025 pub struct D3D10_SAMPLER_DESC { struct
3037 impl D3D10_SAMPLER_DESC {} argument
3038 impl ::std::default::Default for D3D10_SAMPLER_DESC { implementation
3043 impl ::std::fmt::Debug for D3D10_SAMPLER_DESC { implementation
3059 impl ::std::cmp::PartialEq for D3D10_SAMPLER_DESC { implementation
3064 impl ::std::cmp::Eq for D3D10_SAMPLER_DESC {} implementation
3065 unsafe impl ::windows::runtime::Abi for D3D10_SAMPLER_DESC { implementation
8629 …pub unsafe fn GetBackingStore(&self, index: u32) -> ::windows::runtime::Result<D3D10_SAMPLER_DESC> in GetBackingStore()
11021 pub unsafe fn GetDesc(&self, pdesc: *mut D3D10_SAMPLER_DESC) { in GetDesc()