rlLoadComputeShaderProgram method

int rlLoadComputeShaderProgram(
  1. int shaderId
)

Implementation

int rlLoadComputeShaderProgram(int shaderId) {
  return _rlLoadComputeShaderProgram(shaderId);
}