TextureRangeInfo constructor

TextureRangeInfo(
  1. int start,
  2. int count
)

Implementation

TextureRangeInfo(this.start,this.count);