◄ Wiki / Graphics
dEQP
Khronos's official test program for checking that a graphics driver conforms to standards like Vulkan.
dEQP (the drawElements Quality Program) is the concrete test suite behind graphics conformance, with thousands of cases named like `dEQP-VK.*` for Vulkan. Running it tells you exactly which features work correctly and which fail. In microZeus, progress is tracked by how many of these cases pass, such as a group climbing from 69 to 149.
See also
- CTS / conformanceAn official test suite that checks whether an implementation actually obeys a standard.
- dynamic renderingA Vulkan feature that lets you render without pre-declaring a rigid render-pass object first.
- descriptorA small handle that tells a shader where to find a resource like a texture or buffer.