FNA-XNA / FNA3D

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

Add SetEnv and GetEnv APIs for overriding FNA3D env vars at runtime #177

Closed Chicken-Bones closed 9 months ago

Chicken-Bones commented 9 months ago

Required for https://github.com/FNA-XNA/FNA/pull/437

Discussion

flibitijibibo commented 9 months ago

We won't need to override this in FNA3D, since we only use hints and don't interact with the CLR anyhow. Fixing it in FNA.dll will cover all the bug scenarios in this case.