Module render_target

Source

Structsยง

BlitJob
LineDecorationJob
PictureCacheTarget
RenderTarget
Contains the work (in the form of instance arrays) needed to fill a color color (RGBA8) or alpha output surface.
RenderTargetContext
RenderTargetList
A series of RenderTarget instances, serving as the high-level container into which RenderTasks are assigned.
ResolveOp

Enumsยง

PictureCacheTargetKind
RenderTargetKind
A tag used to identify the output format of a RenderTarget.

Constantsยง

NUM_PATTERNS ๐Ÿ”’
STYLE_MASK ๐Ÿ”’
STYLE_SOLID ๐Ÿ”’

Functionsยง

add_blur_instances ๐Ÿ”’
add_scaling_instances ๐Ÿ”’
add_svg_filter_instances ๐Ÿ”’
add_svg_filter_node_instances ๐Ÿ”’
Generates SVGFEFilterInstances from a single SVGFEFilterTask, this is what prepares vertex data for the shader, and adds it to the appropriate batch.
build_mask_tasks ๐Ÿ”’
build_sub_pass ๐Ÿ”’