MCPcopy Create free account
hub / github.com/NVIDIA-RTX/NVRHI / copyTexture

Method copyTexture

src/validation/validation-commandlist.cpp:317–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315 }
316
317 void CommandListWrapper::copyTexture(ITexture* dest, const TextureSlice& destSlice, ITexture* src, const TextureSlice& srcSlice)
318 {
319 if (!requireOpenState())
320 return;
321
322 m_CommandList->copyTexture(dest, destSlice, src, srcSlice);
323 }
324
325 void CommandListWrapper::copyTexture(IStagingTexture* dest, const TextureSlice& destSlice, ITexture* src, const TextureSlice& srcSlice)
326 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected