Flutter Engine
The Flutter Engine
|
#include <GrVkRenderPass.h>
Public Member Functions | |
LoadStoreOps (VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp) | |
bool | operator== (const LoadStoreOps &right) const |
bool | operator!= (const LoadStoreOps &right) const |
Public Attributes | |
VkAttachmentLoadOp | fLoadOp |
VkAttachmentStoreOp | fStoreOp |
Definition at line 26 of file GrVkRenderPass.h.
|
inline |
Definition at line 30 of file GrVkRenderPass.h.
|
inline |
Definition at line 38 of file GrVkRenderPass.h.
|
inline |
VkAttachmentLoadOp GrVkRenderPass::LoadStoreOps::fLoadOp |
Definition at line 27 of file GrVkRenderPass.h.
VkAttachmentStoreOp GrVkRenderPass::LoadStoreOps::fStoreOp |
Definition at line 28 of file GrVkRenderPass.h.