RetroArch
Public Attributes | List of all members
VkFramebufferCreateInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

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

Member Data Documentation

◆ attachmentCount

uint32_t VkFramebufferCreateInfo::attachmentCount

◆ flags

VkFramebufferCreateFlags VkFramebufferCreateInfo::flags

◆ height

uint32_t VkFramebufferCreateInfo::height

◆ layers

uint32_t VkFramebufferCreateInfo::layers

◆ pAttachments

const VkImageView* VkFramebufferCreateInfo::pAttachments

◆ pNext

const void* VkFramebufferCreateInfo::pNext

◆ renderPass

VkRenderPass VkFramebufferCreateInfo::renderPass

◆ sType

VkStructureType VkFramebufferCreateInfo::sType

◆ width

uint32_t VkFramebufferCreateInfo::width

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