GPUQueue class

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

Constructors

GPUQueue()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
label String

Available on GPUObjectBase, provided by the PropsGPUObjectBase extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyExternalImageToTexture(GPUImageCopyExternalImage source, GPUImageCopyTextureTagged destination, dynamic copySize) → void

Available on GPUQueue, provided by the PropsGPUQueue extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSubmittedWorkDone() Future<void>

Available on GPUQueue, provided by the PropsGPUQueue extension

submit(Iterable<GPUCommandBuffer> commandBuffers) → void

Available on GPUQueue, provided by the PropsGPUQueue extension

toString() String
A string representation of this object.
inherited
writeBuffer(GPUBuffer buffer, int bufferOffset, dynamic data, [int? dataOffset = 0, int? size]) → void

Available on GPUQueue, provided by the PropsGPUQueue extension

writeTexture(GPUImageCopyTexture destination, dynamic data, GPUImageDataLayout dataLayout, dynamic size) → void

Available on GPUQueue, provided by the PropsGPUQueue extension

Operators

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