Declaration

struct GSDrawStackFeature

Declaration

enum GSDrawStackFeature : NSUInteger;

Declaration

GSDrawStackFeature

Topics

Initializers

Type Properties

  • A composition groups combines multiple composition elements, allowing, for example, a mask to be applied to an entire group while maintaining the inner structure of the group. Otherwise, the members of the group are merged into a single path element.

  • Inserts error slices into the draw stack when a slice cannot be created.

  • Supporting this feature requires handling GSDrawImageSlice.

  • Intersection masks are not pre-applied to the slice.

  • Components (excluding smart components) are not converted to paths and instead are maintained.

  • Strokes are not written to separate draw stack slices.

  • Subtraction masks are not pre-applied to the slice.

  • Supporting this feature requires handling GSDrawTextSlice.

Default Implementations

Topics

Enumeration Cases

Relationships

Conforms To

  • Swift.BitwiseCopyable
  • Swift.Equatable
  • Swift.ExpressibleByArrayLiteral
  • Swift.OptionSet
  • Swift.RawRepresentable
  • Swift.Sendable
  • Swift.SendableMetatype
  • Swift.SetAlgebra