开发者

Cooresponding CopyResource method in D3D9

开发者 https://www.devze.com 2022-12-26 05:43 出处:网络
I know it\'s easy to copy ve开发者_如何转开发rtex/index buffer in D3D10 with IDirect3D10::CopyResource(...)

I know it's easy to copy ve开发者_如何转开发rtex/index buffer in D3D10 with IDirect3D10::CopyResource(...) interface.

How to do the same work in D3D9? Is there any similar API for this?


Just lock the vertex/index buffers and memcpy the data from one to the other.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号