vulkan
What is Vulkan?
A graphics API developed by Khronos Group. Its shader language is currently SPIR-V, but there are plans to replace it with WGSL.
What is OpenGL?
A graphics API developed by Khronos Group. Its shader language is GLSL. Its successor is Vulkan.