qt6windows7/tests/manual/rhi/rhi.pro
2023-10-29 23:33:08 +01:00

31 lines
549 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
qtConfig(widgets) {
SUBDIRS += \
qrhiprof
}