Home
last modified time | relevance | path

Searched defs:DXGI_DEBUG_RLO_FLAGS (Results 1 – 7 of 7) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddxgidebug.h41 typedef enum DXGI_DEBUG_RLO_FLAGS { enum
46 } DXGI_DEBUG_RLO_FLAGS; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddxgidebug.h41 typedef enum DXGI_DEBUG_RLO_FLAGS { enum
46 } DXGI_DEBUG_RLO_FLAGS; typedef
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Ddxgidebug.h73 enum DXGI_DEBUG_RLO_FLAGS enum
79 } DXGI_DEBUG_RLO_FLAGS; typedef
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Ddxgidebug.h78 enum DXGI_DEBUG_RLO_FLAGS enum
84 } DXGI_DEBUG_RLO_FLAGS; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Ddxgidebug.h78 enum DXGI_DEBUG_RLO_FLAGS enum
84 } DXGI_DEBUG_RLO_FLAGS; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Dxgi/
H A Dmod.rs516 pub struct DXGI_DEBUG_RLO_FLAGS(pub u32); struct
521 impl ::std::convert::From<u32> for DXGI_DEBUG_RLO_FLAGS { implementation
526 unsafe impl ::windows::runtime::Abi for DXGI_DEBUG_RLO_FLAGS { implementation
530 impl ::std::ops::BitOr for DXGI_DEBUG_RLO_FLAGS { implementation
536 impl ::std::ops::BitAnd for DXGI_DEBUG_RLO_FLAGS { implementation
542 impl ::std::ops::BitOrAssign for DXGI_DEBUG_RLO_FLAGS { implementation
547 impl ::std::ops::BitAndAssign for DXGI_DEBUG_RLO_FLAGS { implementation
552 impl ::std::ops::Not for DXGI_DEBUG_RLO_FLAGS { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Dxgi/
H A Dmod.rs133 pub type DXGI_DEBUG_RLO_FLAGS = u32; typedef