rlEnableShader method

void rlEnableShader(
  1. int id
)

Implementation

void rlEnableShader(int id) {
  return _rlEnableShader(id);
}