rlSetUniformSampler function

void rlSetUniformSampler(
  1. int locIndex,
  2. int textureId
)

Implementation

void rlSetUniformSampler(int locIndex, int textureId) => _module.rlSetUniformSampler(locIndex, textureId);