You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add occlusion query support (QueryPool, RenderPass, CopyPass)
Adds QueryPool plus RenderPass::beginQuery/endQuery and
CopyPass::downloadQueryResults, wrapping a prototype SDL_gpu
occlusion/timestamp query API that isn't upstream yet. The types and
methods are always declared; their implementations are no-ops when
the linked SDL3 doesn't define SDL_GPU_OCCLUSION_QUERY, so client
code (e.g. Quetoo) can use occlusion queries unconditionally and get
silent, correct degradation rather than a build-time dependency on
an unmerged SDL API.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments