mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-05-08 20:42:10 +00:00
RgbaTexture2D should not be compressed.
This commit is contained in:
parent
92d5907713
commit
79c7f64f7f
|
@ -12,7 +12,7 @@ namespace OpenTK.Graphics
|
||||||
|
|
||||||
protected override PixelInternalFormat InternalFormat
|
protected override PixelInternalFormat InternalFormat
|
||||||
{
|
{
|
||||||
get { return PixelInternalFormat.CompressedRgba; }
|
get { return PixelInternalFormat.Rgba; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue