WebGLShaderStage constructor

WebGLShaderStage(
  1. String code
)

Implementation

WebGLShaderStage(this.code) {
  id = _id++;
  usedTimes = 0;
}