bryanedds / Nu

Repository hosting the open-source Nu Game Engine and related projects.
MIT License
1.05k stars 151 forks source link

Strange RuntimeType allocations seemingly coming from OpenGL.NET wrapper. #769

Open bryanedds opened 3 months ago

bryanedds commented 3 months ago

Interestingly, our biggest allocation hit in Metrics:Non-MMCC is this type coming from OpenGL.NET -

image

image

I'm not sure how that is, but maybe it's a minor bug in the wrapper code. Seems like it would give us a cleaner memory profile if we could track it down and rid ourselves of its allocations.