GPUExtent3D


class GPUExtent3D


Defines a three-dimensional extent (width, height, depth/layers).

Summary

Public constructors

GPUExtent3D(width: Int, height: Int, depthOrArrayLayers: Int)

Public properties

Int
Int

The height of the extent.

Int

The width of the extent.

Public constructors

GPUExtent3D

Added in 1.0.0-alpha04
GPUExtent3D(width: Int, height: Int = 1, depthOrArrayLayers: Int = 1)

Public properties

depthOrArrayLayers

Added in 1.0.0-alpha04
var depthOrArrayLayersInt

height

Added in 1.0.0-alpha04
var heightInt

The height of the extent.

width

Added in 1.0.0-alpha04
var widthInt

The width of the extent.