mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
TextureCacheBase: Update and improve documentation for EFB copies
This commit is contained in:
parent
b34b6e47f2
commit
cf899781f9
2 changed files with 26 additions and 20 deletions
|
@ -16,9 +16,9 @@ class TextureCache
|
|||
public:
|
||||
enum EFBCopyState
|
||||
{
|
||||
EC_NO_COPY,
|
||||
EC_VRAM_READY,
|
||||
EC_VRAM_DYNAMIC,
|
||||
EC_NO_COPY, // regular texture
|
||||
EC_VRAM_READY, // EFB copy sits in VRAM and is ready to use
|
||||
EC_VRAM_DYNAMIC, // EFB copy sits in RAM and needs to be decoded before using it as a texture
|
||||
};
|
||||
|
||||
struct TCacheEntryBase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue