GPUExtent3D


class GPUExtent3D


A structure representing the width, height, and depth/layer count of a 3D region.

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

Public properties

depthOrArrayLayers

Added in 1.0.0-alpha02
var depthOrArrayLayersInt

height

Added in 1.0.0-alpha02
var heightInt

The height of the extent.

width

Added in 1.0.0-alpha02
var widthInt

The width of the extent.