SDL 2.0
|
#include <vulkan.hpp>
Data Fields | |
const void * | pNext = nullptr |
FramebufferCreateFlags | flags |
RenderPass | renderPass |
uint32_t | attachmentCount |
const ImageView * | pAttachments |
uint32_t | width |
uint32_t | height |
uint32_t | layers |
Private Attributes | |
StructureType | sType = StructureType::eFramebufferCreateInfo |
Definition at line 11620 of file vulkan.hpp.
|
inline |
Definition at line 11622 of file vulkan.hpp.
|
inline |
Definition at line 11639 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 11702 of file vulkan.hpp.
|
inline |
Definition at line 11697 of file vulkan.hpp.
|
inline |
Definition at line 11720 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 11644 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 11707 of file vulkan.hpp.
References attachmentCount, flags, height, layers, pAttachments, pNext, renderPass, sType, and width.
Referenced by operator!=().
|
inline |
Definition at line 11667 of file vulkan.hpp.
References attachmentCount.
|
inline |
Definition at line 11655 of file vulkan.hpp.
|
inline |
Definition at line 11685 of file vulkan.hpp.
|
inline |
Definition at line 11691 of file vulkan.hpp.
|
inline |
Definition at line 11673 of file vulkan.hpp.
References pAttachments.
|
inline |
Definition at line 11649 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 11661 of file vulkan.hpp.
References renderPass.
|
inline |
Definition at line 11679 of file vulkan.hpp.
uint32_t VULKAN_HPP_NAMESPACE::FramebufferCreateInfo::attachmentCount |
Definition at line 11732 of file vulkan.hpp.
Referenced by operator==(), and setAttachmentCount().
FramebufferCreateFlags VULKAN_HPP_NAMESPACE::FramebufferCreateInfo::flags |
Definition at line 11730 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::FramebufferCreateInfo::height |
Definition at line 11735 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::FramebufferCreateInfo::layers |
Definition at line 11736 of file vulkan.hpp.
Referenced by operator==().
const ImageView* VULKAN_HPP_NAMESPACE::FramebufferCreateInfo::pAttachments |
Definition at line 11733 of file vulkan.hpp.
Referenced by operator==(), and setPAttachments().
const void* VULKAN_HPP_NAMESPACE::FramebufferCreateInfo::pNext = nullptr |
Definition at line 11729 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
RenderPass VULKAN_HPP_NAMESPACE::FramebufferCreateInfo::renderPass |
Definition at line 11731 of file vulkan.hpp.
Referenced by operator==(), and setRenderPass().
|
private |
Definition at line 11726 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::FramebufferCreateInfo::width |
Definition at line 11734 of file vulkan.hpp.
Referenced by operator==().