[hlsl-out] Add module documentation

This commit is contained in:
Gordon-F
2021-07-14 13:30:50 +03:00
committed by Dzmitry Malyshau
parent 2716d368a1
commit c5acef791d

View File

@@ -1,3 +1,11 @@
//! HLSL shading language backend
//!
//! # Supported shader model versions:
//! - 5.0
//! - 5.1
//! - 6.0
//!
mod keywords;
mod writer;