rlUnloadTexture method

  1. @override
void rlUnloadTexture(
  1. num id
)
override

Implementation

@override
void rlUnloadTexture(
  num id,
) => run(
  () => RaylibDebugLabels.rlUnloadTexture(id),
  () => rl.Rlgl.rlUnloadTexture.run1(
    id.toJS,
  ),
);