Skip to content

Fix null layer not producing nullptr in the XR extension loading system #501

Description

@Perksey

Using null for the layer parameter of IsInstanceExtensionPresent or TryGetInstanceExtension doesn't send nullptr as expected to native. Instead, it sends a pointer to an empty string.

This should be fixed, ideally with appropriate nullability annotations applied.

Activity

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions