![]() |
Flutter Engine
The Flutter Engine
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkRenderingFlags | flags |
VkRect2D | renderArea |
uint32_t | layerCount |
uint32_t | viewMask |
uint32_t | colorAttachmentCount |
const VkRenderingAttachmentInfo * | pColorAttachments |
const VkRenderingAttachmentInfo * | pDepthAttachment |
const VkRenderingAttachmentInfo * | pStencilAttachment |
Definition at line 7243 of file vulkan_core.h.
uint32_t VkRenderingInfo::colorAttachmentCount |
Definition at line 7250 of file vulkan_core.h.
VkRenderingFlags VkRenderingInfo::flags |
Definition at line 7246 of file vulkan_core.h.
uint32_t VkRenderingInfo::layerCount |
Definition at line 7248 of file vulkan_core.h.
const VkRenderingAttachmentInfo* VkRenderingInfo::pColorAttachments |
Definition at line 7251 of file vulkan_core.h.
const VkRenderingAttachmentInfo* VkRenderingInfo::pDepthAttachment |
Definition at line 7252 of file vulkan_core.h.
const void* VkRenderingInfo::pNext |
Definition at line 7245 of file vulkan_core.h.
const VkRenderingAttachmentInfo* VkRenderingInfo::pStencilAttachment |
Definition at line 7253 of file vulkan_core.h.
VkRect2D VkRenderingInfo::renderArea |
Definition at line 7247 of file vulkan_core.h.
VkStructureType VkRenderingInfo::sType |
Definition at line 7244 of file vulkan_core.h.
uint32_t VkRenderingInfo::viewMask |
Definition at line 7249 of file vulkan_core.h.