◄ Wiki / Graphics
maxMultiviewViewCount
A Vulkan limit stating how many views a GPU can render simultaneously in a single pass using multiview.
Vulkan's multiview feature lets one render pass draw the same scene into several views at once — invaluable for VR (one per eye) or layered rendering. The maxMultiviewViewCount limit tells applications how many such views the implementation supports. In microZeus, mzVolk advertises this limit as 8.
See also
- KhronosThe industry consortium that writes open graphics and compute standards like Vulkan.
- Khronos CTSThe official test suite that checks whether a graphics implementation actually conforms to the Vulkan spec.
- instancingDrawing many copies of the same shape in a single GPU command instead of one command per copy.