|
HDK
|
#include <vulkan_core.h>
Public Attributes | |
| VkStructureType | sType |
| const void * | pNext |
| VkRenderPass | renderPass |
| VkFramebuffer | framebuffer |
| VkRect2D | renderArea |
| uint32_t | clearValueCount |
| const VkClearValue * | pClearValues |
Definition at line 3896 of file vulkan_core.h.
| uint32_t VkRenderPassBeginInfo::clearValueCount |
Definition at line 3902 of file vulkan_core.h.
| VkFramebuffer VkRenderPassBeginInfo::framebuffer |
Definition at line 3900 of file vulkan_core.h.
| const VkClearValue* VkRenderPassBeginInfo::pClearValues |
Definition at line 3903 of file vulkan_core.h.
| const void* VkRenderPassBeginInfo::pNext |
Definition at line 3898 of file vulkan_core.h.
| VkRect2D VkRenderPassBeginInfo::renderArea |
Definition at line 3901 of file vulkan_core.h.
| VkRenderPass VkRenderPassBeginInfo::renderPass |
Definition at line 3899 of file vulkan_core.h.
| VkStructureType VkRenderPassBeginInfo::sType |
Definition at line 3897 of file vulkan_core.h.