SPIRV-Tools v2026.2 Adds KHR Extensions, Improves Debug Info and Optimizer
KhronosGroup has released SPIRV-Tools v2026.2 today, bringing expanded SPIR-V extension support and optimizer enhancements. The update introduces support for SPV_KHR_abort and SPV_KHR_constant_data, extensions which are important for advanced shader features and optimized data handling. The release also improves NonSemanticShaderDebugInfo capabilities, including support for versioned imports, which aids in debugging tools. On the optimization front, changes include fixes for DebugValue placements and aggressive dead code elimination (DCE) for untyped pointers. The Shader Validation Assistant (SVA) has been removed from the toolchain. These updates aim to provide developers with better tools for shader processing, debugging, and optimization across various graphics APIs that utilize SPIR-V.
Sources
- Release v2026.2 - GitHub: KhronosGroup/SPIRV-Tools