9452c963c8
Draws 1024 cubes at random x,y positions with varying color with a single instanced draw call. Change-Id: I8737503acf23866ad4734b1d88753415a3b93445 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
26 lines
441 B
Prolog
26 lines
441 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += \
|
|
hellominimalcrossgfxtriangle \
|
|
compressedtexture_bc1 \
|
|
compressedtexture_bc1_subupload \
|
|
texuploads \
|
|
msaatexture \
|
|
msaarenderbuffer \
|
|
cubemap \
|
|
multiwindow \
|
|
multiwindow_threaded \
|
|
triquadcube \
|
|
offscreen \
|
|
floattexture \
|
|
mrt \
|
|
shadowmap \
|
|
computebuffer \
|
|
computeimage \
|
|
instancing
|
|
|
|
qtConfig(widgets) {
|
|
SUBDIRS += \
|
|
qrhiprof
|
|
}
|