KhronosGroup / KhronosGroup/WebGL
TransformFeedback state change validation while paused
Open
@jdarpinian is already working on this.
Since Mar 7, 2018.
- Dominant language
- HTML
- Stars
- 2.9k
- Forks
- 704
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 4
Description
From ES Spec 3.0.4, page 88,
"When transform feedback operations are paused, transform feedback
is still considered active and changing most transform feedback state related to the
object results in an error."
It's unclear what "most" states are. That said, buffer binding change is "most" likely not allowed.
We don't have tests to enforce such behavior yet.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.