UpdateTexture method
Label for RaylibCoreModuleBase.UpdateTexture.
Implementation
String UpdateTexture(
TextureBase texture,
Uint8List pixels,
) => 'UpdateTexture($texture, pixels: ${pixels.length})';
Label for RaylibCoreModuleBase.UpdateTexture.
String UpdateTexture(
TextureBase texture,
Uint8List pixels,
) => 'UpdateTexture($texture, pixels: ${pixels.length})';