Skip to content

shared event and tracy#35

Merged
Thomas-Chqt merged 9 commits intomasterfrom
dev-0121
Jan 24, 2026
Merged

shared event and tracy#35
Thomas-Chqt merged 9 commits intomasterfrom
dev-0121

Conversation

@Thomas-Chqt
Copy link
Copy Markdown
Owner

  • Use Metal shared events for command buffer sync
  • add tracy
  • Fix errors when using lto

Add a signaled value to MetalCommandBuffer and create a MTLSharedEvent
on MetalDevice. Command buffers encodeSignalEvent before commit and
waiters use waitUntilSignaledValue on the shared event instead of
blocking on the MTLCommandBuffer. Also cast push constant size to
uint32_t in VulkanCommandBuffer to match the Vulkan API.
@Thomas-Chqt Thomas-Chqt merged commit 6b3bdb6 into master Jan 24, 2026
10 checks passed
@Thomas-Chqt Thomas-Chqt deleted the dev-0121 branch January 24, 2026 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant