Skip to content

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.

1 participant