MCPcopy Create free account
hub / github.com/carbonengine/trinity / UpdateSubresource

Method UpdateSubresource

trinityal/src/Tr2TextureAL.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180ALResult Tr2TextureAL::UpdateSubresource( const Tr2TextureSubresource& region, const void* source, uint32_t pitch, uint32_t slicePitch, Tr2RenderContextAL& renderContext )
181{
182 return m_texture->UpdateSubresource( region, source, pitch, slicePitch, renderContext );
183}
184
185ALResult Tr2TextureAL::CopySubresourceRegion( const Tr2TextureSubresource& destSubresource, const Tr2TextureAL& source, const Tr2TextureSubresource& sourceSubresource, Tr2RenderContextAL& renderContext ) const
186{

Callers 3

CopyTextureIntoAtlasMethod · 0.45
UpdateGridsMethod · 0.45
CopyToTextureFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected