rcpoison / dxvk-cache-pool

Client/server for sharing DXVK pipeline caches
Other
34 stars 2 forks source link

Manual merging tool? #15

Open tannisroot opened 6 years ago

tannisroot commented 6 years ago

Hey! In this issue https://github.com/rcpoison/dxvk-cache-pool/issues/14 you state that dxvk-cache-pool can merge several state caches into one by splitting individual entries and combining those. Can this be made into a separate manual tool? It would be incredibly useful.

rcpoison commented 6 years ago

You mean like this? https://github.com/rcpoison/dxvk-cache-pool/blob/3e6bb34992f79087d5ae2e3010a3f1bd2029179f/dxvk-cache-pool-client/src/main/java/com/ignorelist/kassandra/dxvk/cache/pool/client/MergeManual.java

tannisroot commented 6 years ago

Nice! Can we get a documentation on how to use this exactly?