Kaba class StorageTexture ed
...
Syntax ed
class StorageTexture 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
- ...