![]() |
|
Describes the properties of a framebuffer attachment. More...
#include <attachmentDesc.h>
Public Attributes | |
| HgiFormat | format |
| HgiTextureUsage | usage |
| HgiAttachmentLoadOp | loadOp |
| HgiAttachmentStoreOp | storeOp |
| GfVec4f | clearValue |
| HgiColorMask | colorMask |
| bool | blendEnabled |
| HgiBlendFactor | srcColorBlendFactor |
| HgiBlendFactor | dstColorBlendFactor |
| HgiBlendOp | colorBlendOp |
| HgiBlendFactor | srcAlphaBlendFactor |
| HgiBlendFactor | dstAlphaBlendFactor |
| HgiBlendOp | alphaBlendOp |
| GfVec4f | blendConstantColor |
Describes the properties of a framebuffer attachment.
Definition at line 48 of file attachmentDesc.h.
|
inline |
Definition at line 50 of file attachmentDesc.h.
| HgiBlendOp alphaBlendOp |
Definition at line 80 of file attachmentDesc.h.
| GfVec4f blendConstantColor |
Definition at line 81 of file attachmentDesc.h.
| bool blendEnabled |
Definition at line 74 of file attachmentDesc.h.
| GfVec4f clearValue |
Definition at line 72 of file attachmentDesc.h.
| HgiBlendOp colorBlendOp |
Definition at line 77 of file attachmentDesc.h.
| HgiColorMask colorMask |
Definition at line 73 of file attachmentDesc.h.
| HgiBlendFactor dstAlphaBlendFactor |
Definition at line 79 of file attachmentDesc.h.
| HgiBlendFactor dstColorBlendFactor |
Definition at line 76 of file attachmentDesc.h.
| HgiFormat format |
Definition at line 68 of file attachmentDesc.h.
| HgiAttachmentLoadOp loadOp |
Definition at line 70 of file attachmentDesc.h.
| HgiBlendFactor srcAlphaBlendFactor |
Definition at line 78 of file attachmentDesc.h.
| HgiBlendFactor srcColorBlendFactor |
Definition at line 75 of file attachmentDesc.h.
| HgiAttachmentStoreOp storeOp |
Definition at line 71 of file attachmentDesc.h.
| HgiTextureUsage usage |
Definition at line 69 of file attachmentDesc.h.