mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
* [shaderc] Add SPIR-V profiles to support Vulkan 1.1 and Vulkan 1.2. * * Add support for Vulkan 1.1 with SPIR-V 1.4. * Update "spirv" values to correlate with shaderc spirv profile name mappings. * Expand on spirv profile naming and encoding documentation. * Address PR notes