createEquivalent

fun ColorBuffer.createEquivalent(    width: Int = this.width,     height: Int = this.height,     contentScale: Double = this.contentScale,     format: ColorFormat = this.format,     type: ColorType = this.type,     multisample: BufferMultisample = this.multisample,     levels: Int = this.levels): ColorBuffer(source)

create an equivalent ColorBuffer, with the option to override attributes