GPUExtent3D

data class GPUExtent3D(var width: Int, var height: Int, var depth: Int? = undefined)(source)

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, depth: Int? = undefined)

Properties

Link copied to clipboard
var depth: Int?
Link copied to clipboard
var height: Int
Link copied to clipboard
var width: Int

Functions

Link copied to clipboard
fun toGpu(): dynamic