GPUCanvasContext class

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

GPUCanvasContext()
factory

Properties

canvas → dynamic

Available on GPUCanvasContext, provided by the PropsGPUCanvasContext extension

no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

configure(GPUCanvasConfiguration configuration) → void

Available on GPUCanvasContext, provided by the PropsGPUCanvasContext extension

getCurrentTexture() GPUTexture

Available on GPUCanvasContext, provided by the PropsGPUCanvasContext extension

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

Available on GPUCanvasContext, provided by the PropsGPUCanvasContext extension

Operators

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