SDL  2.0
VkRenderPassBeginInfo Struct Reference

#include <vulkan_core.h>

+ Collaboration diagram for VkRenderPassBeginInfo:

Data Fields

VkStructureType sType
 
const voidpNext
 
VkRenderPass renderPass
 
VkFramebuffer framebuffer
 
VkRect2D renderArea
 
uint32_t clearValueCount
 
const VkClearValuepClearValues
 

Detailed Description

Definition at line 2808 of file vulkan_core.h.

Field Documentation

◆ clearValueCount

uint32_t VkRenderPassBeginInfo::clearValueCount

Definition at line 2814 of file vulkan_core.h.

◆ framebuffer

VkFramebuffer VkRenderPassBeginInfo::framebuffer

Definition at line 2812 of file vulkan_core.h.

◆ pClearValues

const VkClearValue* VkRenderPassBeginInfo::pClearValues

Definition at line 2815 of file vulkan_core.h.

◆ pNext

const void* VkRenderPassBeginInfo::pNext

Definition at line 2810 of file vulkan_core.h.

◆ renderArea

VkRect2D VkRenderPassBeginInfo::renderArea

Definition at line 2813 of file vulkan_core.h.

◆ renderPass

VkRenderPass VkRenderPassBeginInfo::renderPass

Definition at line 2811 of file vulkan_core.h.

◆ sType

VkStructureType VkRenderPassBeginInfo::sType

Definition at line 2809 of file vulkan_core.h.


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