Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions