GraphicDescription Namespace @beta
Function
| Name | Description | 
|---|---|
| GraphicDescription.collectTransferables | Adds to transferablesall of the Transferable objects like | 
Defined in
GraphicDescription Interface
An opaque representation of a RenderGraphic created by a GraphicDescriptionBuilder.
Unlike RenderGraphic, a GraphicDescription does not allocate any WebGL resources like textures, vertex buffers, etc, so
it can be created on and/or passed to and from a Worker.
@see createGraphicFromDescription to convert it to a RenderGraphic.
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.