Skip to content

XrUuid wrapping is wrong, and only store the first byte of the 128 bit number #6

Description

@Ybalrid

The generated wrapping for XrUuid only stores a single byte

	[StructLayout(LayoutKind.Sequential)]
	public unsafe partial struct XrUuid
	{
		public byte data;
	}

See https://github.com/EvergineTeam/OpenXR.NET/blob/main/OpenXRGen/Evergine.Bindings.OpenXR/Generated/Structs.cs#L8784C1-L8788C3

This should be an array of 16 bytes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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