qt5base-lts/tests/manual/rhi/rhi.pro
Laszlo Agocs f9d90c6fba rhi: Introduce multiview starting with OpenGL (ES)
Fixes: QTBUG-114770
Change-Id: Ibb1ced7f19d15a5116c60e95fd3e6b86ace63155
Reviewed-by: Andy Nichols <andy.nichols@qt.io>
2023-06-22 15:20:26 +02:00

41 lines
727 B
Prolog

TEMPLATE = subdirs
SUBDIRS += \
hellominimalcrossgfxtriangle \
compressedtexture_bc1 \
compressedtexture_bc1_subupload \
texuploads \
msaatexture \
msaarenderbuffer \
cubemap \
cubemap_scissor \
cubemap_render \
multiwindow \
multiwindow_threaded \
triquadcube \
offscreen \
floattexture \
float16texture_with_compute \
mrt \
shadowmap \
computebuffer \
computeimage \
instancing \
noninstanced \
tex3d \
texturearray \
polygonmode \
tessellation \
geometryshader \
stenciloutline \
stereo \
tex1d \
displacement \
imguirenderer \
multiview
qtConfig(widgets) {
SUBDIRS += \
qrhiprof
}