Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkSubpassBeginInfo |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | SubpassBeginInfo (vk::SubpassContents contents_=vk::SubpassContents::eInline, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | SubpassBeginInfo (SubpassBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT=default |
SubpassBeginInfo (VkSubpassBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT | |
SubpassBeginInfo & | operator= (SubpassBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT=default |
SubpassBeginInfo & | operator= (VkSubpassBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 SubpassBeginInfo & | setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 SubpassBeginInfo & | setContents (vk::SubpassContents contents_) VULKAN_HPP_NOEXCEPT |
operator VkSubpassBeginInfo const & () const VULKAN_HPP_NOEXCEPT | |
operator VkSubpassBeginInfo & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (SubpassBeginInfo const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (SubpassBeginInfo const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::StructureType | sType = StructureType::eSubpassBeginInfo |
const void * | pNext = {} |
vk::SubpassContents | contents = vk::SubpassContents::eInline |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eSubpassBeginInfo |
Definition at line 108851 of file vulkan_structs.hpp.
Definition at line 108853 of file vulkan_structs.hpp.
|
inline |
Definition at line 108859 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 108868 of file vulkan_structs.hpp.
|
inline |
Definition at line 108898 of file vulkan_structs.hpp.
|
inline |
Definition at line 108893 of file vulkan_structs.hpp.
|
inline |
Definition at line 108927 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 108873 of file vulkan_structs.hpp.
|
inline |
Definition at line 108918 of file vulkan_structs.hpp.
|
inline |
Definition at line 108886 of file vulkan_structs.hpp.
|
inline |
Definition at line 108880 of file vulkan_structs.hpp.
|
static |
Definition at line 108855 of file vulkan_structs.hpp.
vk::SubpassContents vk::SubpassBeginInfo::contents = vk::SubpassContents::eInline |
Definition at line 108936 of file vulkan_structs.hpp.
const void* vk::SubpassBeginInfo::pNext = {} |
Definition at line 108935 of file vulkan_structs.hpp.
|
static |
Definition at line 108856 of file vulkan_structs.hpp.
vk::StructureType vk::SubpassBeginInfo::sType = StructureType::eSubpassBeginInfo |
Definition at line 108934 of file vulkan_structs.hpp.