#![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;