rlSetUniformSampler function

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

See RaylibRlglFlatModule.rlSetUniformSampler.

Implementation

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