2019-03-22 08:55:03 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
|
|
|
SUBDIRS += \
|
|
|
|
hellominimalcrossgfxtriangle \
|
|
|
|
compressedtexture_bc1 \
|
|
|
|
compressedtexture_bc1_subupload \
|
|
|
|
texuploads \
|
|
|
|
msaatexture \
|
|
|
|
msaarenderbuffer \
|
|
|
|
cubemap \
|
2019-09-24 11:24:08 +00:00
|
|
|
cubemap_scissor \
|
2020-01-09 11:38:27 +00:00
|
|
|
cubemap_render \
|
2019-03-22 08:55:03 +00:00
|
|
|
multiwindow \
|
|
|
|
multiwindow_threaded \
|
|
|
|
triquadcube \
|
|
|
|
offscreen \
|
|
|
|
floattexture \
|
2020-01-07 14:15:09 +00:00
|
|
|
float16texture_with_compute \
|
2019-03-22 08:55:03 +00:00
|
|
|
mrt \
|
2019-06-12 12:22:33 +00:00
|
|
|
shadowmap \
|
|
|
|
computebuffer \
|
2019-06-28 08:56:04 +00:00
|
|
|
computeimage \
|
2020-10-09 15:40:24 +00:00
|
|
|
instancing \
|
2021-05-19 17:30:53 +00:00
|
|
|
noninstanced \
|
|
|
|
tex3d
|
2019-03-22 08:55:03 +00:00
|
|
|
|
|
|
|
qtConfig(widgets) {
|
|
|
|
SUBDIRS += \
|
|
|
|
qrhiprof
|
|
|
|
}
|