paintTexture method

  1. @override
void paintTexture(
  1. double elapsedSeconds, {
  2. bool forceShouldAdvance = false,
})
override

Implementation

@override
void paintTexture(double elapsedSeconds, {bool forceShouldAdvance = false}) {
  // do nothing. we draw to the shared texture.
}