类别 | 时机 | 函数 | 建Heap |
vetex buffer | 在Draw函数中 | ID3D12GraphicsCommandList::IASetVertexBuffer | 否 |
index buffer | 在Draw函数中 | ID3D12GraphicsCommandList::IASetIndexBuffer | 否 |
constant buffer | 在Draw函数中 | ID3D12GraphicsCommandList::SetGraphicsRootSignature | 是 |
2024-04-04 09:55:05
类别 | 时机 | 函数 | 建Heap |
vetex buffer | 在Draw函数中 | ID3D12GraphicsCommandList::IASetVertexBuffer | 否 |
index buffer | 在Draw函数中 | ID3D12GraphicsCommandList::IASetIndexBuffer | 否 |
constant buffer | 在Draw函数中 | ID3D12GraphicsCommandList::SetGraphicsRootSignature | 是 |