Scott Mansell a01d5283ec TextureCache: Add content locking
Texture cache occasionally mutates textures for efficiency.
Which is awkward if we want to borrow those textures from texture cache
to do something else, such as a graphics debugger, or async presentation
on another thread.

Content locking provides a way to signal that the contents of a texture
cache entry should not change. Texture cache will be forced to use
alternative strategies.
2023-01-31 18:29:47 +13:00
..
2023-01-31 18:29:47 +13:00
2022-09-30 11:07:41 +00:00
2022-12-22 00:43:34 -08:00
2022-12-22 14:32:42 -05:00