Structure
GSDrawStackFeature
Declaration
struct GSDrawStackFeatureDeclaration
enum GSDrawStackFeature : NSUInteger;Declaration
GSDrawStackFeatureTopics
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
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.
Relationships
Conforms To
Swift.BitwiseCopyableSwift.EquatableSwift.ExpressibleByArrayLiteralSwift.OptionSetSwift.RawRepresentableSwift.SendableSwift.SendableMetatypeSwift.SetAlgebra