Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d12shader.h47 typedef interface ID3D12ShaderReflection ID3D12ShaderReflection; typedef
49 interface ID3D12ShaderReflection; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d12shader.h47 typedef interface ID3D12ShaderReflection ID3D12ShaderReflection; typedef
49 interface ID3D12ShaderReflection; variable
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3d12shader.h252 typedef interface ID3D12ShaderReflection ID3D12ShaderReflection; typedef
336 DECLARE_INTERFACE_(ID3D12ShaderReflection, IUnknown) in DECLARE_INTERFACE_() argument
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d12shader.h255 typedef interface ID3D12ShaderReflection ID3D12ShaderReflection; typedef
340 DECLARE_INTERFACE_(ID3D12ShaderReflection, IUnknown) in DECLARE_INTERFACE_() argument
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d12shader.h255 typedef interface ID3D12ShaderReflection ID3D12ShaderReflection; typedef
340 DECLARE_INTERFACE_(ID3D12ShaderReflection, IUnknown) in DECLARE_INTERFACE_() argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct3D12/
H A Dmod.rs27807 pub struct ID3D12ShaderReflection(::windows::runtime::IUnknown); struct
27808 impl ID3D12ShaderReflection { impl
27885 unsafe impl ::windows::runtime::Interface for ID3D12ShaderReflection { implementation
27899 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ID3D12ShaderReflection implementation
27904 …l<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ID3D12ShaderReflection { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Direct3D12/
H A Dmod.rs5965 pub type ID3D12ShaderReflection = *mut ::core::ffi::c_void; typedef