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

Function CommitLightCount

engine/render/src/render/light.cpp:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 }
270
271 static inline void CommitLightCount(HRenderContext render_context)
272 {
273 render_context->m_LightBufferDirtyCount = 1;
274 }
275
276 static void WriteLightInstanceData(HRenderContext render_context)
277 {

Callers 2

NewLightInstanceFunction · 0.85
DeleteLightInstanceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected