Skip to content

Fix swapped semaphore/stage-mask pairing in the compute chapter - #483

Open
gpx1000 wants to merge 1 commit into
KhronosGroup:mainfrom
gpx1000:fix/245-compute-stage-mask
Open

gpx1000 wants to merge 1 commit into
KhronosGroup:mainfrom
gpx1000:fix/245-compute-stage-mask

Conversation

@gpx1000

@gpx1000 gpx1000 commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

presentCompleteSemaphore and computeFinishedSemaphores were paired with the wrong stage masks. Fixes the pairing and notes that the attached program actually uses the timeline-semaphore approach from the next section.

Fixes #245.

@SaschaWillems SaschaWillems left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this fully fixes #245. The code still uses fences. Even with this PR code and documentation differ in a way that this chapter is still confusing to the reader.

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.

Compute shader chapter documentation not properly updated to timeline semaphores

2 participants