rlSetTexture method

void rlSetTexture(
  1. int id
)

Set current texture for render batch and check buffers limits

Implementation

void rlSetTexture(int id)
  => _rlSetTexture(id);