rlUpdateTexture abstract method

void rlUpdateTexture(
  1. num id,
  2. num offsetX,
  3. num offsetY,
  4. num width,
  5. num height,
  6. PixelFormat format,
  7. Uint8List data,
)

Implementation

void rlUpdateTexture(
  num id,
  num offsetX,
  num offsetY,
  num width,
  num height,
  PixelFormat format,
  Uint8List data,
);