Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddxgidebug.h23 typedef interface IDXGIDebug IDXGIDebug; typedef
25 interface IDXGIDebug; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddxgidebug.h23 typedef interface IDXGIDebug IDXGIDebug; typedef
25 interface IDXGIDebug; variable
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Ddxgidebug.h46 typedef interface IDXGIDebug IDXGIDebug; typedef
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Ddxgidebug.h51 typedef interface IDXGIDebug IDXGIDebug; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Ddxgidebug.h51 typedef interface IDXGIDebug IDXGIDebug; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Dxgi/
H A Dmod.rs3600 pub struct IDXGIDebug(::windows::runtime::IUnknown); struct
3601 impl IDXGIDebug { implementation
3606 unsafe impl ::windows::runtime::Interface for IDXGIDebug { implementation
3620 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IDXGIDebug { implementation
3625 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IDXGIDebug { implementation
3680 impl ::std::convert::From<IDXGIDebug1> for IDXGIDebug { implementation
3685 impl ::std::convert::From<&IDXGIDebug1> for IDXGIDebug { implementation
3691 fn into_param(self) -> ::windows::runtime::Param<'a, IDXGIDebug> { in into_param() argument
3696 fn into_param(self) -> ::windows::runtime::Param<'a, IDXGIDebug> { in into_param() argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Dxgi/
H A Dmod.rs1063 pub type IDXGIDebug = *mut ::core::ffi::c_void; typedef