Home
last modified time | relevance | path

Searched refs:D3D12_RAYTRACING_TIER (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/vkd3d/vkd3d-1.2/include/
H A Dvkd3d_d3d12.idl242 typedef enum D3D12_RAYTRACING_TIER
246 } D3D12_RAYTRACING_TIER;
1753 D3D12_RAYTRACING_TIER RaytracingTier;
H A Dvkd3d_d3d12.h421 typedef enum D3D12_RAYTRACING_TIER { enum
424 } D3D12_RAYTRACING_TIER; typedef
1649 D3D12_RAYTRACING_TIER RaytracingTier;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Direct3D12/
H A Dmod.rs1459 pub RaytracingTier: D3D12_RAYTRACING_TIER,
3956 pub type D3D12_RAYTRACING_TIER = i32; typedef
3957 pub const D3D12_RAYTRACING_TIER_NOT_SUPPORTED: D3D12_RAYTRACING_TIER = 0i32;
3958 pub const D3D12_RAYTRACING_TIER_1_0: D3D12_RAYTRACING_TIER = 10i32;
3959 pub const D3D12_RAYTRACING_TIER_1_1: D3D12_RAYTRACING_TIER = 11i32;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d12.h427 typedef enum D3D12_RAYTRACING_TIER { enum
430 } D3D12_RAYTRACING_TIER; typedef
1672 D3D12_RAYTRACING_TIER RaytracingTier;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d12.h427 typedef enum D3D12_RAYTRACING_TIER { enum
430 } D3D12_RAYTRACING_TIER; typedef
1672 D3D12_RAYTRACING_TIER RaytracingTier;
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d12.h2262 enum D3D12_RAYTRACING_TIER enum
2266 } D3D12_RAYTRACING_TIER; typedef
2272 _Out_ D3D12_RAYTRACING_TIER RaytracingTier;
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d12.h2262 enum D3D12_RAYTRACING_TIER enum
2266 } D3D12_RAYTRACING_TIER; typedef
2272 _Out_ D3D12_RAYTRACING_TIER RaytracingTier;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct3D12/
H A Dmod.rs3790 pub RaytracingTier: D3D12_RAYTRACING_TIER,
8841 pub struct D3D12_RAYTRACING_TIER(pub i32); struct
8842 pub const D3D12_RAYTRACING_TIER_NOT_SUPPORTED: D3D12_RAYTRACING_TIER = D3D12_RAYTRACING_TIER(0i32);
8843 pub const D3D12_RAYTRACING_TIER_1_0: D3D12_RAYTRACING_TIER = D3D12_RAYTRACING_TIER(10i32);
8844 pub const D3D12_RAYTRACING_TIER_1_1: D3D12_RAYTRACING_TIER = D3D12_RAYTRACING_TIER(11i32);
8845 impl ::std::convert::From<i32> for D3D12_RAYTRACING_TIER { implementation
8850 unsafe impl ::windows::runtime::Abi for D3D12_RAYTRACING_TIER { implementation