rlUnloadTexture method

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

Unload texture from GPU memory

Implementation

@override
void rlUnloadTexture(
  int id,
) => _wasm.rlUnloadTexture(
  id.toJS,
);