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-alpha05
GPUExtent3D(width: Int, height: Int = 1, depthOrArrayLayers: Int = 1)

Public properties

depthOrArrayLayers

Added in 1.0.0-alpha05
var depthOrArrayLayers: Int

height

Added in 1.0.0-alpha05
var height: Int

The height of the extent.

width

Added in 1.0.0-alpha05
var width: Int

The width of the extent.