-
Notifications
You must be signed in to change notification settings - Fork 167
RenderStateCache: takes pArchiverFactory as input in CreateInfo, let user decide how to get pArchiverFactory #700
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
Conversation
|
Moving render state cache to archiver is not as easy as that. The cache implementation is still in the |
Sorry I don't get it, but why |
|
Because render state cache is essentially a wrapper on top of archiver. |
What about RenderStateCacheImpl takes |
This may help, though |
I think it will still transitively depend on other libraries (abseil, tint) unless it is taken care of. |
|
This is now implemented in f4c2460...a694c58 |

to mitigate the problem in #701