Enum LoadOp
Attachment load operation at the beginning of a render pass
enum LoadOp
: int { ... }
Enum members
| Name | Description |
|---|---|
clear
|
the content of the image is cleared |
dontCare
|
the content of the image is undefined |
load
|
the previous content of the image is preserved |