Skip to content

cllayerinfo is not printing anything if no layers are found #247

@Kerilk

Description

@Kerilk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions