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

Function InvalidateGraphicsHandles

engine/graphics/src/graphics.cpp:2411–2414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2409 return g_functions.m_IsAssetHandleValid(context, asset_handle);
2410 }
2411 void InvalidateGraphicsHandles(HContext context)
2412 {
2413 g_functions.m_InvalidateGraphicsHandles(context);
2414 }
2415 void GetViewport(HContext context, int32_t* x, int32_t* y, uint32_t* width, uint32_t* height)
2416 {
2417 g_functions.m_GetViewport(context, x, y, width, height);

Callers 1

OnContextEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected