f26e329c47
Draw 25000 cubes while doing a uniform buffer update for each. Change-Id: I2216641c8bf7c6ea147fe3edd679317b472e1f04 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
30 lines
537 B
Prolog
30 lines
537 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
|
|
|
|
qtConfig(widgets) {
|
|
SUBDIRS += \
|
|
qrhiprof
|
|
}
|