MCPcopy Create free account
hub / github.com/defold/defold / NewRenderTarget

Function NewRenderTarget

engine/graphics/src/graphics.cpp:2309–2312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2307 g_functions.m_SetPolygonOffset(context, factor, units);
2308 }
2309 HRenderTarget NewRenderTarget(HContext context, uint32_t buffer_type_flags, const RenderTargetCreationParams params)
2310 {
2311 return g_functions.m_NewRenderTarget(context, buffer_type_flags, params);
2312 }
2313 void DeleteRenderTarget(HContext context, HRenderTarget render_target)
2314 {
2315 g_functions.m_DeleteRenderTarget(context, render_target);

Callers 5

TEST_FFunction · 0.85
ResRenderTargetCreateFunction · 0.85
ResRenderTargetRecreateFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.68
TEST_FFunction · 0.68