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

Method UnmapForReading

trinity/Tr2PickBuffer.cpp:94–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void Tr2PickBuffer::UnmapForReading( Tr2RenderContext& renderContext )
95{
96 if( !m_pickTarget.IsValid() )
97 {
98 // This could happen if device is lost
99 return;
100 }
101 m_pickTarget.UnmapForReading( renderContext );
102}

Callers 15

CopyTextureIntoAtlasMethod · 0.45
UpdateMipMapsMethod · 0.45
PickObjectMethod · 0.45
SaveMethod · 0.45
CopyFromTextureMethod · 0.45
CopyFromTextureResMethod · 0.45
PyGetDataFunction · 0.45
PyGetDataFunction · 0.45
UpdateLiveCountMethod · 0.45

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected