setCheckerboardOffscreenLayers method Null safety
- bool checkerboard
Sets whether the compositor should checkerboard layers that are rendered to offscreen bitmaps.
This is only useful for debugging purposes.
Implementation
@FfiNative<Void Function(Pointer<Void>, Bool)>('SceneBuilder::setCheckerboardOffscreenLayers', isLeaf: true)
external void setCheckerboardOffscreenLayers(bool checkerboard);