FNA-XNA / FNA

FNA - Accuracy-focused XNA4 reimplementation for open platforms
https://fna-xna.github.io/
2.61k stars 265 forks source link

VertexPositionColorNormalTexture #473

Closed balt-dev closed 8 months ago

balt-dev commented 8 months ago

As seen here, there's an extra IVertexType implementor in XNA not implemented here. Maybe we could get this in FNA?

balt-dev commented 8 months ago

(note: i very well may be stupid here)

flibitijibibo commented 8 months ago

We would have to add an EXT suffix would would probably defeat the purpose - I would statically link to that type (it's one file, I bet) when using FNA.

balt-dev commented 8 months ago

ah, i see