rlEnableShader function

void rlEnableShader(
  1. num id
)

Implementation

void rlEnableShader(
  num id,
) => _module.rlEnableShader(id);