MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsReady

Function IsReady

Source/Engine/Graphics/GPUSwapChain.h:115–119  ·  view source on GitHub ↗

Checks if task is ready to render. True if is ready, otherwise false

Source from the content-addressed store, hash-verified

113 /// </summary>
114 /// <returns>True if is ready, otherwise false</returns>
115 virtual bool IsReady() const
116 {
117 // Skip rendering for the hidden windows
118 return GetWidth() > 0 && (_window->IsVisible() || _window->_showAfterFirstPaint);
119 }
120
121public:
122 /// <summary>

Callers 1

InitMethod · 0.50

Calls 2

GetWidthFunction · 0.85
IsVisibleMethod · 0.45

Tested by

no test coverage detected