Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9chu/LuaSTGPlus
/ ClearScreen
Method
ClearScreen
LuaSTGPlus/AppFrame.h:290–293 ·
view source on GitHub ↗
@brief ����
Source
from the content-addressed store, hash-verified
288
289
/// @brief ����
290
void ClearScreen(const fcyColor& c)LNOEXCEPT
291
{
292
m_pRenderDev->Clear(c);
293
}
294
295
/// @brief �����ӿ�
296
bool SetViewport(double left, double right, double bottom, double top)LNOEXCEPT
Callers
1
RenderClear
Method · 0.80
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected