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
..
2022-10-30 12:04:57 -07:00
2023-01-27 15:22:41 +01:00
2023-01-28 03:50:57 -08:00
2022-12-22 14:32:42 -05:00