rlGetLocationUniform function

int rlGetLocationUniform(
  1. int shaderId,
  2. Pointer<Char> uniformName
)

Implementation

int rlGetLocationUniform(int shaderId, Pointer<Char> uniformName) => _module.rlGetLocationUniform(shaderId, uniformName);