rlUnloadTexture method
Implementation
void rlUnloadTexture(
num id,
) => run(
() => 'rlUnloadTexture($id)',
() => rl.Rlgl.rlUnloadTexture(id.toInt()),
);
void rlUnloadTexture(
num id,
) => run(
() => 'rlUnloadTexture($id)',
() => rl.Rlgl.rlUnloadTexture(id.toInt()),
);