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-06-30 15:26:48 -05:00
2022-10-09 19:32:59 -07:00
2022-05-25 13:06:41 -07:00
2021-12-10 14:49:57 -08:00
2021-12-10 14:49:57 -08:00