◄ Wiki / Graphics
NotSupported
A test verdict meaning a feature is honestly absent — not broken, just not present.
In conformance testing (like Vulkan's dEQP suite), 'NotSupported' distinguishes a feature that the implementation truthfully doesn't offer from one that it claims to offer but fails. The distinction matters: an honest absence is fine, whereas a claimed-but-failing feature is a real defect. It lets a suite pass without pretending capabilities exist.
See also
- neuter-testedVerifying a feature is real by also testing it turned off, to prove the on/off switch is honest.
- multiviewRendering the same scene to several viewpoints in one pass, such as the two eyes of a VR headset.