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

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const void * pNext
 
VkRenderingFlags flags
 
VkRect2D renderArea
 
uint32_t layerCount
 
uint32_t viewMask
 
uint32_t colorAttachmentCount
 
const VkRenderingAttachmentInfopColorAttachments
 
const VkRenderingAttachmentInfopDepthAttachment
 
const VkRenderingAttachmentInfopStencilAttachment
 

Detailed Description

Definition at line 7278 of file vulkan_core.h.

Field Documentation

◆ colorAttachmentCount

uint32_t VkRenderingInfo::colorAttachmentCount

Definition at line 7285 of file vulkan_core.h.

◆ flags

VkRenderingFlags VkRenderingInfo::flags

Definition at line 7281 of file vulkan_core.h.

◆ layerCount

uint32_t VkRenderingInfo::layerCount

Definition at line 7283 of file vulkan_core.h.

◆ pColorAttachments

const VkRenderingAttachmentInfo* VkRenderingInfo::pColorAttachments

Definition at line 7286 of file vulkan_core.h.

◆ pDepthAttachment

const VkRenderingAttachmentInfo* VkRenderingInfo::pDepthAttachment

Definition at line 7287 of file vulkan_core.h.

◆ pNext

const void* VkRenderingInfo::pNext

Definition at line 7280 of file vulkan_core.h.

◆ pStencilAttachment

const VkRenderingAttachmentInfo* VkRenderingInfo::pStencilAttachment

Definition at line 7288 of file vulkan_core.h.

◆ renderArea

VkRect2D VkRenderingInfo::renderArea

Definition at line 7282 of file vulkan_core.h.

◆ sType

VkStructureType VkRenderingInfo::sType

Definition at line 7279 of file vulkan_core.h.

◆ viewMask

uint32_t VkRenderingInfo::viewMask

Definition at line 7284 of file vulkan_core.h.


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