GPUCanvasConfiguration class
- Available extensions
- Annotations
-
- @anonymous
- @JS()
- @staticInterop
Constructors
-
GPUCanvasConfiguration({required GPUDevice device, required GPUTextureFormat format, int? usage, Iterable<
GPUTextureFormat> ? viewFormats, PredefinedColorSpace? colorSpace, GPUCanvasAlphaMode? alphaMode}) -
factory
Properties
- alphaMode ↔ GPUCanvasAlphaMode
-
Available on GPUCanvasConfiguration, provided by the PropsGPUCanvasConfiguration extension
getter/setter pair - colorSpace ↔ PredefinedColorSpace
-
Available on GPUCanvasConfiguration, provided by the PropsGPUCanvasConfiguration extension
getter/setter pair - device ↔ GPUDevice
-
Available on GPUCanvasConfiguration, provided by the PropsGPUCanvasConfiguration extension
getter/setter pair - format ↔ GPUTextureFormat
-
Available on GPUCanvasConfiguration, provided by the PropsGPUCanvasConfiguration extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- usage ↔ int
-
Available on GPUCanvasConfiguration, provided by the PropsGPUCanvasConfiguration extension
getter/setter pair -
viewFormats
↔ Iterable<
GPUTextureFormat> -
Available on GPUCanvasConfiguration, provided by the PropsGPUCanvasConfiguration extension
getter/setter pair
Methods
-
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