◄ Wiki / Graphics
Khronos CTS
The official test suite that checks whether a graphics implementation actually conforms to the Vulkan spec.
Claiming to support Vulkan means little without proof, so Khronos publishes a Conformance Test Suite — thousands of tests that probe every corner of the spec. Passing it is what lets a driver be called conformant. microZeus notes it measured mzVolk against the Khronos CTS once, unofficially — a self-check, not a certified pass.
See also
- KhronosThe industry consortium that writes open graphics and compute standards like Vulkan.
- 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.