
dx11
文章平均质量分 94
directx3d_beginner
这个作者很懒,什么都没留下…
展开
-
Vertex Buffer Sharing between DirectX11 and Directx9(转自GAMEDEV)
In my d3d9 engine i want to take benifit of compute shader of d3d11. So firstly I created a vertex buffer in d3d11 with D3D11_BIND_UNORDERED_ACCESS and then tried to create the d3d9 vertex buffer with转载 2014-03-06 18:27:17 · 2725 阅读 · 0 评论 -
Render to Texture2DArray slices in DirectX11?(转自GAMEDEV)
5 down vote favorite I would like to set a slice of a Texture2DArray as a render target in D3D/DirectX11. It's not clear how to do this. What I'm looking for is the DirectX equiva转载 2014-03-06 18:19:17 · 1932 阅读 · 0 评论 -
(摘自GAMEDEV)Loading a Texture2D Array in DirectX11
Loading a Texture2D Array in DirectX11 up vote 2 down vote favorite How does one create a Texture2D Array in DirectX11? The texture I am trying to create is no转载 2014-03-06 18:10:25 · 1672 阅读 · 0 评论 -
MFC与DX11结合
现在,要一步步地把以前的DX9代码改成DX11,OK原创 2014-01-07 18:50:58 · 1863 阅读 · 0 评论