mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-29 13:45:51 +00:00
D3D-TextureEncoder: Remove TCache::Entry usage
This commit is contained in:
parent
71b22702a1
commit
d7d8704353
3 changed files with 13 additions and 13 deletions
|
@ -31,9 +31,9 @@ public:
|
|||
|
||||
void Init();
|
||||
void Shutdown();
|
||||
void Encode(u8* dst, const TextureCacheBase::TCacheEntryBase* texture_entry,
|
||||
PEControl::PixelFormat srcFormat, const EFBRectangle& srcRect,
|
||||
bool isIntensity, bool scaleByHalf);
|
||||
void Encode(u8* dst, u32 format, u32 native_width, u32 bytes_per_row, u32 num_blocks_y, u32 memory_stride,
|
||||
PEControl::PixelFormat srcFormat, const EFBRectangle& srcRect,
|
||||
bool isIntensity, bool scaleByHalf);
|
||||
|
||||
private:
|
||||
bool m_ready;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue