Flutter Engine
The Flutter Engine
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkRenderingFlags | flags |
uint32_t | viewMask |
uint32_t | colorAttachmentCount |
const VkFormat * | pColorAttachmentFormats |
VkFormat | depthAttachmentFormat |
VkFormat | stencilAttachmentFormat |
VkSampleCountFlagBits | rasterizationSamples |
Definition at line 7272 of file vulkan_core.h.
uint32_t VkCommandBufferInheritanceRenderingInfo::colorAttachmentCount |
Definition at line 7277 of file vulkan_core.h.
VkFormat VkCommandBufferInheritanceRenderingInfo::depthAttachmentFormat |
Definition at line 7279 of file vulkan_core.h.
VkRenderingFlags VkCommandBufferInheritanceRenderingInfo::flags |
Definition at line 7275 of file vulkan_core.h.
const VkFormat* VkCommandBufferInheritanceRenderingInfo::pColorAttachmentFormats |
Definition at line 7278 of file vulkan_core.h.
const void* VkCommandBufferInheritanceRenderingInfo::pNext |
Definition at line 7274 of file vulkan_core.h.
VkSampleCountFlagBits VkCommandBufferInheritanceRenderingInfo::rasterizationSamples |
Definition at line 7281 of file vulkan_core.h.
VkFormat VkCommandBufferInheritanceRenderingInfo::stencilAttachmentFormat |
Definition at line 7280 of file vulkan_core.h.
VkStructureType VkCommandBufferInheritanceRenderingInfo::sType |
Definition at line 7273 of file vulkan_core.h.
uint32_t VkCommandBufferInheritanceRenderingInfo::viewMask |
Definition at line 7276 of file vulkan_core.h.