The generated wrapping for XrUuid only stores a single byte ```cshap [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
The generated wrapping for XrUuid only stores a single byte
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