| 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 | { |
no outgoing calls
no test coverage detected