Kaba class VolumeTexture ed

...

Syntax ed

class VolumeTexture extends Texture
    var height: i32
    var view: void*
    var width: i32

    # constructors
    func mut __init__(nx: i32, ny: i32, nz: i32, format: string)

Elements ed

var height: i32
...

var view: void*
...

var width: i32
...