Skip to content

Commit

Permalink
Export timespec structure for use in headless example.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbruns committed Jan 11, 2024
1 parent 58d8862 commit a4a3d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/generate/generate_linux_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class timespec(Structure):
"""))
print("\n")
cg.print_items()
cg.all_list.add("timespec")
cg.print_all_list()


Expand Down
1 change: 1 addition & 0 deletions src/xr/platform/linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,4 +726,5 @@ def __str__(self) -> str:
"VulkanInstanceCreateInfoKHR",
"VulkanSwapchainCreateInfoMETA",
"VulkanSwapchainFormatListCreateInfoKHR",
"timespec",
]

0 comments on commit a4a3d3c

Please sign in to comment.