WebGLShaderStage constructor
WebGLShaderStage(
- String code
Implementation
WebGLShaderStage(this.code) {
id = _id++;
usedTimes = 0;
}
WebGLShaderStage(this.code) {
id = _id++;
usedTimes = 0;
}