RgbaTexture2D should not be compressed.
This commit is contained in:
parent
92d5907713
commit
79c7f64f7f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ namespace OpenTK.Graphics
|
|||
|
||||
protected override PixelInternalFormat InternalFormat
|
||||
{
|
||||
get { return PixelInternalFormat.CompressedRgba; }
|
||||
get { return PixelInternalFormat.Rgba; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue