|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| SubpassBeginInfoKHR (SubpassContents contents_=SubpassContents::eInline) | |
| SubpassBeginInfoKHR (VkSubpassBeginInfoKHR const &rhs) | |
| SubpassBeginInfoKHR & | operator= (VkSubpassBeginInfoKHR const &rhs) |
| SubpassBeginInfoKHR & | setPNext (const void *pNext_) |
| SubpassBeginInfoKHR & | setContents (SubpassContents contents_) |
| operator VkSubpassBeginInfoKHR const & () const | |
| operator VkSubpassBeginInfoKHR & () | |
| bool | operator== (SubpassBeginInfoKHR const &rhs) const |
| bool | operator!= (SubpassBeginInfoKHR const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| SubpassContents | contents |
Private Attributes | |
| StructureType | sType = StructureType::eSubpassBeginInfoKHR |
Definition at line 21122 of file vulkan.hpp.
|
inline |
Definition at line 21124 of file vulkan.hpp.
|
inline |
Definition at line 21129 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 21156 of file vulkan.hpp.
|
inline |
Definition at line 21151 of file vulkan.hpp.
|
inline |
Definition at line 21168 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 21134 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 21161 of file vulkan.hpp.
References contents, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 21145 of file vulkan.hpp.
References contents.
|
inline |
Definition at line 21139 of file vulkan.hpp.
References pNext.
| SubpassContents VULKAN_HPP_NAMESPACE::SubpassBeginInfoKHR::contents |
Definition at line 21178 of file vulkan.hpp.
Referenced by operator==(), and setContents().
| const void* VULKAN_HPP_NAMESPACE::SubpassBeginInfoKHR::pNext = nullptr |
Definition at line 21177 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 21174 of file vulkan.hpp.
Referenced by operator==().