TextureCacheBase: Update and improve documentation for EFB copies

This commit is contained in:
NeoBrainX
2012-01-24 16:38:27 +01:00
parent b34b6e47f2
commit cf899781f9
2 changed files with 26 additions and 20 deletions

View File

@ -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