qt6windows7/tests/manual/rhi/rhi.pro

31 lines
549 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
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
}