GPUTexture class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

GPUTexture()
factory

Properties

depthOrArrayLayers int

Available on GPUTexture, provided by the PropsGPUTexture extension

no setter
dimension GPUTextureDimension

Available on GPUTexture, provided by the PropsGPUTexture extension

no setter
format GPUTextureFormat

Available on GPUTexture, provided by the PropsGPUTexture extension

no setter
hashCode int
The hash code for this object.
no setterinherited
height int

Available on GPUTexture, provided by the PropsGPUTexture extension

no setter
label String

Available on GPUObjectBase, provided by the PropsGPUObjectBase extension

getter/setter pair
mipLevelCount int

Available on GPUTexture, provided by the PropsGPUTexture extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleCount int

Available on GPUTexture, provided by the PropsGPUTexture extension

no setter
usage int

Available on GPUTexture, provided by the PropsGPUTexture extension

no setter
width int

Available on GPUTexture, provided by the PropsGPUTexture extension

no setter

Methods

createView([GPUTextureViewDescriptor? descriptor]) GPUTextureView

Available on GPUTexture, provided by the PropsGPUTexture extension

destroy() → void

Available on GPUTexture, provided by the PropsGPUTexture extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited