Home
last modified time | relevance | path

Searched defs:DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG (Results 1 – 8 of 8) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddxgi1_4.h65 typedef enum DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG { enum
67 } DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddxgi1_4.h65 typedef enum DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG { enum
67 } DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG; typedef
/dports/devel/apitrace/apitrace-9.0/specs/
H A Ddxgi.py958 DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG = Enum('DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG', [ variable
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Ddxgi1_4.h506 enum DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG enum
509 } DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG; typedef
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Ddxgi1_4.h533 enum DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG enum
536 } DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Ddxgi1_4.h533 enum DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG enum
536 } DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG; 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.rs865 pub type DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG = i32; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Dxgi/
H A Dmod.rs2263 pub struct DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG(pub i32); struct
2265 impl ::std::convert::From<i32> for DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG { implementation
2270 unsafe impl ::windows::runtime::Abi for DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG { implementation