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

Function IsLightBufferDirty

engine/render/src/render/light.cpp:309–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307 }
308
309 static inline bool IsLightBufferDirty(HRenderContext render_context)
310 {
311 return render_context->m_LightBufferDirtyEnd > render_context->m_LightBufferDirtyStart || render_context->m_LightBufferDirtyCount;
312 }
313
314 void SetLightBufferCount(HRenderContext render_context, uint32_t max_lights)
315 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected