Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkBaseInStructure |
Public Member Functions | |
BaseInStructure (vk::StructureType sType_=vk::StructureType::eApplicationInfo, const struct vk::BaseInStructure *pNext_=nullptr) VULKAN_HPP_NOEXCEPT | |
BaseInStructure (BaseInStructure const &rhs) VULKAN_HPP_NOEXCEPT=default | |
BaseInStructure (VkBaseInStructure const &rhs) VULKAN_HPP_NOEXCEPT | |
BaseInStructure & | operator= (BaseInStructure const &rhs) VULKAN_HPP_NOEXCEPT=default |
BaseInStructure & | operator= (VkBaseInStructure const &rhs) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 BaseInStructure & | setPNext (const struct vk::BaseInStructure *pNext_) VULKAN_HPP_NOEXCEPT |
operator VkBaseInStructure const & () const VULKAN_HPP_NOEXCEPT | |
operator VkBaseInStructure & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (BaseInStructure const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (BaseInStructure const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::StructureType | sType = vk::StructureType::eApplicationInfo |
const struct vk::BaseInStructure * | pNext = {} |
Definition at line 6955 of file vulkan_structs.hpp.
Definition at line 6957 of file vulkan_structs.hpp.
|
inline |
Definition at line 6960 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 6969 of file vulkan_structs.hpp.
|
inline |
Definition at line 6993 of file vulkan_structs.hpp.
|
inline |
Definition at line 6988 of file vulkan_structs.hpp.
|
inline |
Definition at line 7022 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 6974 of file vulkan_structs.hpp.
|
inline |
Definition at line 7013 of file vulkan_structs.hpp.
|
inline |
Definition at line 6981 of file vulkan_structs.hpp.
const struct vk::BaseInStructure* vk::BaseInStructure::pNext = {} |
Definition at line 7030 of file vulkan_structs.hpp.
vk::StructureType vk::BaseInStructure::sType = vk::StructureType::eApplicationInfo |
Definition at line 7029 of file vulkan_structs.hpp.