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

Method Detach

trinity/Tr2RenderTarget.cpp:277–285  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Detaches this object from the attached AL render target. --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

275// Detaches this object from the attached AL render target.
276// --------------------------------------------------------------------------------------
277void Tr2RenderTarget::Detach()
278{
279 if( m_attachedOwner )
280 {
281 m_attachedOwner = nullptr;
282 m_onTextureChange();
283 }
284 m_attachedOwner = nullptr;
285}
286
287// --------------------------------------------------------------------------------------
288// Description:

Callers 15

StartStreamingBitmapFunction · 0.80
CreateTextureMethod · 0.80
CreateTr2AtlasTextureResFunction · 0.80
ForkMethod · 0.80
PyGetPixelMethod · 0.80
GetAdapterInfoMethod · 0.80
GetCurrentDisplayModeMethod · 0.80
GetDisplayModeMethod · 0.80
GetDriverInfoMethod · 0.80
OpenSharedTextureFunction · 0.80
CreateTr2LightProfileResFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected