Flutter Engine
The Flutter Engine
|
#include <GrVkRenderPass.h>
Classes | |
struct | AttachmentDesc |
Public Attributes | |
AttachmentDesc | fColor |
AttachmentDesc | fResolve |
AttachmentDesc | fStencil |
uint32_t | fAttachmentCount |
Definition at line 55 of file GrVkRenderPass.h.
uint32_t GrVkRenderPass::AttachmentsDescriptor::fAttachmentCount |
Definition at line 80 of file GrVkRenderPass.h.
AttachmentDesc GrVkRenderPass::AttachmentsDescriptor::fColor |
Definition at line 77 of file GrVkRenderPass.h.
AttachmentDesc GrVkRenderPass::AttachmentsDescriptor::fResolve |
Definition at line 78 of file GrVkRenderPass.h.
AttachmentDesc GrVkRenderPass::AttachmentsDescriptor::fStencil |
Definition at line 79 of file GrVkRenderPass.h.