Within a subpass of a render pass instance, for a given (x, y, layer, sample) sample location, the following operations are guaranteed to execute in rasterization order, for each separate primitive that includes that sample location:
- Fragment operations, in the order defined
- Blending, logic operations, and color writes
Execution of these operations for each primitive in a subpass occurs in primitive order.
Responses