[][src]Module screen_13::gpu::write

Types for pasting/splatting textures with configurable source and destination transforms.

Structs

Write

An expressive type which allows specification of individual texture writes. Texture writes may either specify the entire source texture or a tile sub-portion. Tiles are always specified using integer texel coordinates.

WriteOp

Writes an iterator of source textures onto a destination texture, using optional modes.

Enums

WriteMode

Describes the way WriteOp will write a given texture onto the destination texture.