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

Method MapDebug

trinity/Eve/EvePicking.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34void EvePendingPickingReadback::MapDebug( bool synchronize, Tr2RenderContext& renderContext )
35{
36 uint32_t pitch;
37 m_debugPickBuffer.MapForReading( synchronize, m_debugPickData, pitch, renderContext );
38}
39
40
41void EvePendingPickingReadback::MapMain( bool synchronize, Tr2RenderContext& renderContext )

Callers 1

PickMethod · 0.80

Calls 1

MapForReadingMethod · 0.45

Tested by

no test coverage detected