Flutter Engine
The Flutter Engine
|
#include "src/gpu/ganesh/vk/GrVkRenderPass.h"
#include "src/gpu/KeyBuilder.h"
#include "src/gpu/ganesh/GrProcessor.h"
#include "src/gpu/ganesh/vk/GrVkFramebuffer.h"
#include "src/gpu/ganesh/vk/GrVkGpu.h"
#include "src/gpu/ganesh/vk/GrVkRenderTarget.h"
#include "src/gpu/ganesh/vk/GrVkUtil.h"
#include "src/gpu/vk/VulkanUtilsPriv.h"
Go to the source code of this file.
Typedefs | |
typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc | AttachmentDesc |
Functions | |
void | setup_vk_attachment_description (VkAttachmentDescription *attachment, const AttachmentDesc &desc, VkImageLayout startLayout, VkImageLayout endLayout) |
Definition at line 20 of file GrVkRenderPass.cpp.
void setup_vk_attachment_description | ( | VkAttachmentDescription * | attachment, |
const AttachmentDesc & | desc, | ||
VkImageLayout | startLayout, | ||
VkImageLayout | endLayout | ||
) |
Definition at line 22 of file GrVkRenderPass.cpp.