Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddxgi1_6.h76 typedef enum DXGI_GPU_PREFERENCE { enum
80 } DXGI_GPU_PREFERENCE; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddxgi1_6.h76 typedef enum DXGI_GPU_PREFERENCE { enum
80 } DXGI_GPU_PREFERENCE; typedef
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Ddxgi1_6.h727 enum DXGI_GPU_PREFERENCE enum
732 } DXGI_GPU_PREFERENCE; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Ddxgi1_6.h727 enum DXGI_GPU_PREFERENCE enum
732 } DXGI_GPU_PREFERENCE; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Dxgi/
H A Dmod.rs232 pub type DXGI_GPU_PREFERENCE = i32; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Dxgi/
H A Dmod.rs982 pub struct DXGI_GPU_PREFERENCE(pub i32); struct
986 impl ::std::convert::From<i32> for DXGI_GPU_PREFERENCE { implementation
991 unsafe impl ::windows::runtime::Abi for DXGI_GPU_PREFERENCE { implementation