thatcosmonaut / FNA3D

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

Create/SetData for 3D and Cube Textures #61

Closed TheSpydog closed 4 years ago

TheSpydog commented 4 years ago

Still a lot of work to do... 3D textures aren't drawing in Murder Miners for some reason, but the renderer is at least creating and setting their data without crashing, so that's cool. Cube textures seem to be working, aside from weird mipmap stuff.

Also added some support for passing levelCount to CreateImage, although it's a no-op currently.