volumeTexture

fun volumeTexture(    width: Int,     height: Int,     depth: Int,     format: ColorFormat = ColorFormat.RGBa,     type: ColorType = defaultColorType(format),     levels: Int = 1,     session: Session? = Session.active): VolumeTexture(source)