Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
397 views
in Technique[技术] by (71.8m points)

performance - Multiple Structured Buffers vs updating one every frame?

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.

question from:https://stackoverflow.com/questions/65890271/multiple-structured-buffers-vs-updating-one-every-frame

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...