//! sample dxlib dll for Rust
//!
//! see also https://docs.rs/dxlib/latest/dxlib/dx
//!
//! compile .hlsl to .vso and .pso by ShaderCompiler distributed with DxLib
//!
//! - ShaderCompiler /Tvs_4_0 shader_VS.hlsl
//! - ShaderCompiler /Tps_4_0 shader_PS.hlsl
//!
use Error;
use demo;
/// test with [-- --nocapture] or [-- --show-output]