#include <GrVkRenderPass.h>
Definition at line 56 of file GrVkRenderPass.h.
◆ AttachmentDesc()
GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc::AttachmentDesc |
( |
| ) |
|
|
inline |
Definition at line 61 of file GrVkRenderPass.h.
LoadStoreOps fLoadStoreOps
@ VK_ATTACHMENT_LOAD_OP_LOAD
@ VK_ATTACHMENT_STORE_OP_STORE
◆ isCompatible()
bool GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc::isCompatible |
( |
const AttachmentDesc & |
desc | ) |
const |
|
inline |
◆ operator!=()
bool GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc::operator!= |
( |
const AttachmentDesc & |
right | ) |
const |
|
inline |
Definition at line 70 of file GrVkRenderPass.h.
70 {
71 return !(*
this ==
right);
72 }
static bool right(const SkPoint &p0, const SkPoint &p1)
◆ operator==()
bool GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc::operator== |
( |
const AttachmentDesc & |
right | ) |
const |
|
inline |
◆ fFormat
VkFormat GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc::fFormat |
◆ fLoadStoreOps
LoadStoreOps GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc::fLoadStoreOps |
◆ fSamples
int GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc::fSamples |
The documentation for this struct was generated from the following file: