mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-07-25 07:29:12 +00: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