Home
last modified time | relevance | path

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

/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd3d11sdklayers.py45 ID3D11Debug = Interface("ID3D11Debug", IUnknown) variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11sdklayers.h23 typedef interface ID3D11Debug ID3D11Debug; typedef
25 interface ID3D11Debug; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11sdklayers.h23 typedef interface ID3D11Debug ID3D11Debug; typedef
25 interface ID3D11Debug; variable
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3d11sdklayers.h45 typedef interface ID3D11Debug ID3D11Debug; typedef
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11sdklayers.h49 typedef interface ID3D11Debug ID3D11Debug; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11sdklayers.h49 typedef interface ID3D11Debug ID3D11Debug; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct3D11/
H A Dmod.rs13157 pub struct ID3D11Debug(::windows::runtime::IUnknown); struct
13158 impl ID3D11Debug { impl
13190 unsafe impl ::windows::runtime::Interface for ID3D11Debug { implementation
13204 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ID3D11Debug { implementation
13209 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ID3D11Debug { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Direct3D11/
H A Dmod.rs5822 pub type ID3D11Debug = *mut ::core::ffi::c_void; typedef