GLTypeData constructor

GLTypeData(
  1. int type
)

Implementation

GLTypeData(int type) {
  this.type = type;
}