mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
OGL: Remove TCache::Entry usage in TextureConverter
This commit is contained in:
parent
3df344ed38
commit
495902787c
3 changed files with 12 additions and 8 deletions
|
@ -272,7 +272,11 @@ void TextureCache::TCacheEntry::FromRenderTarget(u8* dstPointer, unsigned int ds
|
|||
{
|
||||
TextureConverter::EncodeToRamFromTexture(
|
||||
dstPointer,
|
||||
this,
|
||||
format,
|
||||
native_width,
|
||||
BytesPerRow(),
|
||||
NumBlocksY(),
|
||||
memory_stride,
|
||||
read_texture,
|
||||
srcFormat == PEControl::Z24,
|
||||
isIntensity,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue