Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkRenderPassBeginInfo Struct Reference

#include <vulkan_core.h>

Data Fields

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

Detailed Description

Definition at line 4007 of file vulkan_core.h.

Field Documentation

◆ clearValueCount

uint32_t VkRenderPassBeginInfo::clearValueCount

Definition at line 4013 of file vulkan_core.h.

◆ framebuffer

VkFramebuffer VkRenderPassBeginInfo::framebuffer

Definition at line 4011 of file vulkan_core.h.

◆ pClearValues

const VkClearValue* VkRenderPassBeginInfo::pClearValues

Definition at line 4014 of file vulkan_core.h.

◆ pNext

const void* VkRenderPassBeginInfo::pNext

Definition at line 4009 of file vulkan_core.h.

◆ renderArea

VkRect2D VkRenderPassBeginInfo::renderArea

Definition at line 4012 of file vulkan_core.h.

◆ renderPass

VkRenderPass VkRenderPassBeginInfo::renderPass

Definition at line 4010 of file vulkan_core.h.

◆ sType

VkStructureType VkRenderPassBeginInfo::sType

Definition at line 4008 of file vulkan_core.h.


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