MCPcopy 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
135bool RenderTask::Resize(int32 width, int32 height)
136{
137 return false;
138}
139
140SceneRenderTask::SceneRenderTask(const SpawnParams& params)
141 : RenderTask(params)

Callers

nothing calls this directly

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected