thatcosmonaut / FNA3D

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

ResolveTarget mipmap generation + Cube RTs + GetTextureDataCube #70

Closed TheSpydog closed 4 years ago

TheSpydog commented 4 years ago

Render targets with mipmaps now have their mipmaps regenerated in ResolveTarget, and Cube RTs are supported. (Tested with Little Racers Street to confirm they work.) Also added GetTextureDataCube, which was tested with a MonoGame unit test.