Skip to content

Commit

Permalink
Update xr registry and fix compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
davilovick committed Mar 30, 2023
1 parent 88c23ef commit 4a02899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OpenXRGen/Evergine.Bindings.OpenXR/Generated/Structs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7081,7 +7081,7 @@ public unsafe partial struct XrCoordinateSpaceCreateInfoML
{
public XrStructureType type;
public void* next;
public MLCoordinateFrameUID cfuid;
public IntPtr cfuid;
public XrPosef poseInCoordinateSpace;
}

Expand Down
1 change: 1 addition & 0 deletions OpenXRGen/OpenXRGen/Helpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ public static bool IsIntPtr(string type)
case "VkSamplerMipmapMode":
case "VkSamplerAddressMode":
case "VkComponentSwizzle":
case "MLCoordinateFrameUID":
return true;
default:
return false;
Expand Down

0 comments on commit 4a02899

Please sign in to comment.