| 227 | } |
| 228 | |
| 229 | void CopyContext::updateSubresourceData( |
| 230 | const Texture* pDst, |
| 231 | uint32_t subresource, |
| 232 | const void* pData, |
| 233 | const uint3& offset, |
| 234 | const uint3& size |
| 235 | ) |
| 236 | { |
| 237 | mCommandsPending = true; |
| 238 | updateTextureSubresources(pDst, subresource, 1, pData, offset, size); |
| 239 | } |
| 240 | |
| 241 | void CopyContext::bindDescriptorHeaps() {} |
| 242 |
no outgoing calls
no test coverage detected