Home
last modified time | relevance | path

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

/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd3d11sdklayers.py852 ID3D11InfoQueue = Interface("ID3D11InfoQueue", IUnknown) variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11sdklayers.h39 typedef interface ID3D11InfoQueue ID3D11InfoQueue; typedef
41 interface ID3D11InfoQueue; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11sdklayers.h39 typedef interface ID3D11InfoQueue ID3D11InfoQueue; typedef
41 interface ID3D11InfoQueue; variable
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3d11sdklayers.h75 typedef interface ID3D11InfoQueue ID3D11InfoQueue; typedef
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11sdklayers.h84 typedef interface ID3D11InfoQueue ID3D11InfoQueue; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11sdklayers.h84 typedef interface ID3D11InfoQueue ID3D11InfoQueue; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct3D11/
H A Dmod.rs20154 pub struct ID3D11InfoQueue(::windows::runtime::IUnknown); struct
20155 impl ID3D11InfoQueue { implementation
20272 unsafe impl ::windows::runtime::Interface for ID3D11InfoQueue { implementation
20286 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ID3D11InfoQueue { implementation
20291 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ID3D11InfoQueue { 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.rs5844 pub type ID3D11InfoQueue = *mut ::core::ffi::c_void; typedef