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

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const void * pNext
 
VkFramebufferCreateFlags flags
 
VkRenderPass renderPass
 
uint32_t attachmentCount
 
const VkImageView * pAttachments
 
uint32_t width
 
uint32_t height
 
uint32_t layers
 

Detailed Description

Definition at line 3854 of file vulkan_core.h.

Field Documentation

◆ attachmentCount

uint32_t VkFramebufferCreateInfo::attachmentCount

Definition at line 3859 of file vulkan_core.h.

◆ flags

VkFramebufferCreateFlags VkFramebufferCreateInfo::flags

Definition at line 3857 of file vulkan_core.h.

◆ height

uint32_t VkFramebufferCreateInfo::height

Definition at line 3862 of file vulkan_core.h.

◆ layers

uint32_t VkFramebufferCreateInfo::layers

Definition at line 3863 of file vulkan_core.h.

◆ pAttachments

const VkImageView* VkFramebufferCreateInfo::pAttachments

Definition at line 3860 of file vulkan_core.h.

◆ pNext

const void* VkFramebufferCreateInfo::pNext

Definition at line 3856 of file vulkan_core.h.

◆ renderPass

VkRenderPass VkFramebufferCreateInfo::renderPass

Definition at line 3858 of file vulkan_core.h.

◆ sType

VkStructureType VkFramebufferCreateInfo::sType

Definition at line 3855 of file vulkan_core.h.

◆ width

uint32_t VkFramebufferCreateInfo::width

Definition at line 3861 of file vulkan_core.h.


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