thatcosmonaut / FNA3D

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

VerifyVertexSampler #39

Closed TheSpydog closed 4 years ago

TheSpydog commented 4 years ago

Vertex textures come after fragment textures in XNA, so I adjusted the offsets accordingly, but beyond that this was very simple. Thanks for doing most of the vertex sampler work ahead of time! 🙂

Tested with an adapted version of MonoGame's VertexSampler unit test.