FNA-XNA / FNA3D

FNA3D - 3D Graphics Library for FNA
http://fna-xna.github.io/
Other
281 stars 46 forks source link

OpenGL: Use Texture_GetBlockSize to calculate storage. #181

Closed JohnnyonFlame closed 11 months ago

JohnnyonFlame commented 11 months ago

Previously FNA3D assumed a blocksize of four for all compressed formats, however Texture_GetBlockSize is now available, so let's use it.