cllayerinfo does not print anything in case no layers are found, as can be seen here.
|
const struct KHRLayer *layer = khrFirstLayer; |
|
while (layer) |
|
{ |
|
printLayerInfo(layer); |
|
layer = layer->next; |
|
} |
cllayerinfo should print a message to report no layers were loaded, to reduce confusion.