RuntimeFlagSnapshot
data class RuntimeFlagSnapshot(val enablePathCaching: Boolean, val enableSpatialIndex: Boolean, val enableBroadPhaseSort: Boolean, val forceRebuild: Boolean, val useNativeCanvas: Boolean, val canvasWidth: Int, val canvasHeight: Int)
Snapshot of the actual runtime flag configuration applied to the renderer. Used by benchmarks to validate that flags took effect.