Enum StoreOp
Attachment store operation at the end of a render pass
enum StoreOp
: int { ... }
Enum members
Name | Description |
---|---|
dontCare
|
the content of the image is discarded |
store
|
the content of the image is stored for later processing |