Home
last modified time | relevance | path

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

/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd3d11sdklayers.py77 D3D11_MESSAGE_SEVERITY = Enum("D3D11_MESSAGE_SEVERITY", [ variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11sdklayers.h82 typedef enum D3D11_MESSAGE_SEVERITY { enum
88 } D3D11_MESSAGE_SEVERITY; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11sdklayers.h82 typedef enum D3D11_MESSAGE_SEVERITY { enum
88 } D3D11_MESSAGE_SEVERITY; typedef
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3d11sdklayers.h685 enum D3D11_MESSAGE_SEVERITY enum
692 } D3D11_MESSAGE_SEVERITY; typedef
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11sdklayers.h735 enum D3D11_MESSAGE_SEVERITY enum
742 } D3D11_MESSAGE_SEVERITY; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11sdklayers.h735 enum D3D11_MESSAGE_SEVERITY enum
742 } D3D11_MESSAGE_SEVERITY; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct3D11/
H A Dmod.rs5703 pub struct D3D11_MESSAGE_SEVERITY(pub i32); struct
5709 impl ::std::convert::From<i32> for D3D11_MESSAGE_SEVERITY { implementation
5714 unsafe impl ::windows::runtime::Abi for D3D11_MESSAGE_SEVERITY { implementation
20232 …Foundation::PSTR>>(&self, category: D3D11_MESSAGE_CATEGORY, severity: D3D11_MESSAGE_SEVERITY, id: … in AddMessage()
20236 …time::IntoParam<'a, super::super::Foundation::PSTR>>(&self, severity: D3D11_MESSAGE_SEVERITY, pdes… in AddApplicationMessage()
20244 …time::IntoParam<'a, super::super::Foundation::BOOL>>(&self, severity: D3D11_MESSAGE_SEVERITY, bena… in SetBreakOnSeverity()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Direct3D11/
H A Dmod.rs3427 pub type D3D11_MESSAGE_SEVERITY = i32; typedef