Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Resize
Method
Resize
Source/Engine/Graphics/RenderTask.cpp:135–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
bool RenderTask::Resize(int32 width, int32 height)
136
{
137
return false;
138
}
139
140
SceneRenderTask::SceneRenderTask(const SpawnParams& params)
141
: RenderTask(params)
Callers
nothing calls this directly
Calls
1
Init
Method · 0.45
Tested by
no test coverage detected