I'm coding in directX CPP. My question is about performance, lets say I have a structured buffer with information for a mesh, that I only need to create, I don't need to update it every frame.
Should I create one for every mesh I want this information, OR should I only create one in my programme that I then update every frame with the information unique for each mesh?
Thank you in advance.
2.1m questions
2.1m answers
60 comments
57.0k users