[−][src]Function shaderc::get_spirv_version
pub fn get_spirv_version() -> (u32, u32)
Returns the version and revision of the SPIR-V generated by this library.
The version number is a 32-bit word with the following four bytes
(high-order to low-order): 0 | Major Number | Minor Number | 0
.
So version 1.00 is of value 0x00010000.