summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/Win32/Graphics/Hlsl/mod.rs
blob: 68aa5600ccf491df4595a9cc5940bf7630eb4826 (plain)
1
2
3
4
5
6
#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
#[link(name = "windows")]
extern "system" {}
pub const D3DCOMPILER_DLL: &'static str = "d3dcompiler_47.dll";
pub const D3DCOMPILE_OPTIMIZATION_LEVEL2: u32 = 49152u32;
pub const D3D_COMPILE_STANDARD_FILE_INCLUDE: u32 = 1u32;