Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Basic Pipeline Cache to Bitonic Sort #416

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cmhhelgeson
Copy link
Contributor

Added a basic pipeline cache to the bitonic sort sample, as well as comments attempting to explain the impetus behind using a pipeline cache.

Although the bitonic sort example doesn't particularly benefit from a pipeline cache in the same way a GLTF renderer might, I believe its still beneficial to surface this pattern in simpler contexts as a way of clearly conveying how such a pattern might be used (i.e in scenarios where multiple pipelines are being created based on arguments from incoming data or user input, and those arguments may be repeated across multiple calls to those pipelines).

…impetus behind pipeline caching in comments, and directed viewer to relevant toji article within said comment
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.

None yet

1 participant