Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
VkRenderPassBeginInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkRenderPass renderPass
 
VkFramebuffer framebuffer
 
VkRect2D renderArea
 
uint32_t clearValueCount
 
const VkClearValuepClearValues
 

Detailed Description

Definition at line 3970 of file vulkan_core.h.

Member Data Documentation

◆ clearValueCount

uint32_t VkRenderPassBeginInfo::clearValueCount

Definition at line 3976 of file vulkan_core.h.

◆ framebuffer

VkFramebuffer VkRenderPassBeginInfo::framebuffer

Definition at line 3974 of file vulkan_core.h.

◆ pClearValues

const VkClearValue* VkRenderPassBeginInfo::pClearValues

Definition at line 3977 of file vulkan_core.h.

◆ pNext

const void* VkRenderPassBeginInfo::pNext

Definition at line 3972 of file vulkan_core.h.

◆ renderArea

VkRect2D VkRenderPassBeginInfo::renderArea

Definition at line 3975 of file vulkan_core.h.

◆ renderPass

VkRenderPass VkRenderPassBeginInfo::renderPass

Definition at line 3973 of file vulkan_core.h.

◆ sType

VkStructureType VkRenderPassBeginInfo::sType

Definition at line 3971 of file vulkan_core.h.


The documentation for this struct was generated from the following file: