UpdateTextureRec abstract method
Update GPU texture rectangle with new data
Implementation
void UpdateTextureRec(
TextureStructType texture,
RectangleStructType rec,
Uint8List pixels,
);
Update GPU texture rectangle with new data
void UpdateTextureRec(
TextureStructType texture,
RectangleStructType rec,
Uint8List pixels,
);