◄ Wiki / Graphics
Khronos
The industry consortium that writes open graphics and compute standards like Vulkan.
Khronos is a nonprofit standards body whose members (GPU vendors, OS makers, engine builders) agree on shared specifications so software works across hardware. It defines Vulkan, the SPIR-V shader format, and the conformance suite that tests whether an implementation truly follows the spec. In microZeus its standards are the target that mzVolk implements against.
See also
- Khronos CTSThe official test suite that checks whether a graphics implementation actually conforms to the Vulkan spec.
- maxMultiviewViewCountA Vulkan limit stating how many views a GPU can render simultaneously in a single pass using multiview.
- instancingDrawing many copies of the same shape in a single GPU command instead of one command per copy.
Referenced by
instancing · IOSurface · Khronos CTS · maxMultiviewViewCount