LoadImageFromTexture method
Implementation
String LoadImageFromTexture(
TextureBase texture,
) => 'LoadImageFromTexture_${texture.id}_${texture.width}_${texture.height}';
String LoadImageFromTexture(
TextureBase texture,
) => 'LoadImageFromTexture_${texture.id}_${texture.width}_${texture.height}';