Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
VkFramebufferCreateInfo Struct Reference

#include <vulkan.h>

Public Attributes

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 2524 of file vulkan.h.

Member Data Documentation

◆ attachmentCount

uint32_t VkFramebufferCreateInfo::attachmentCount

Definition at line 2529 of file vulkan.h.

◆ flags

VkFramebufferCreateFlags VkFramebufferCreateInfo::flags

Definition at line 2527 of file vulkan.h.

◆ height

uint32_t VkFramebufferCreateInfo::height

Definition at line 2532 of file vulkan.h.

◆ layers

uint32_t VkFramebufferCreateInfo::layers

Definition at line 2533 of file vulkan.h.

◆ pAttachments

const VkImageView* VkFramebufferCreateInfo::pAttachments

Definition at line 2530 of file vulkan.h.

◆ pNext

const void* VkFramebufferCreateInfo::pNext

Definition at line 2526 of file vulkan.h.

◆ renderPass

VkRenderPass VkFramebufferCreateInfo::renderPass

Definition at line 2528 of file vulkan.h.

◆ sType

VkStructureType VkFramebufferCreateInfo::sType

Definition at line 2525 of file vulkan.h.

◆ width

uint32_t VkFramebufferCreateInfo::width

Definition at line 2531 of file vulkan.h.


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