|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| ImageFormatListCreateInfoKHR (uint32_t viewFormatCount_=0, const Format *pViewFormats_=nullptr) | |
| ImageFormatListCreateInfoKHR (VkImageFormatListCreateInfoKHR const &rhs) | |
| ImageFormatListCreateInfoKHR & | operator= (VkImageFormatListCreateInfoKHR const &rhs) |
| ImageFormatListCreateInfoKHR & | setPNext (const void *pNext_) |
| ImageFormatListCreateInfoKHR & | setViewFormatCount (uint32_t viewFormatCount_) |
| ImageFormatListCreateInfoKHR & | setPViewFormats (const Format *pViewFormats_) |
| operator VkImageFormatListCreateInfoKHR const & () const | |
| operator VkImageFormatListCreateInfoKHR & () | |
| bool | operator== (ImageFormatListCreateInfoKHR const &rhs) const |
| bool | operator!= (ImageFormatListCreateInfoKHR const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| uint32_t | viewFormatCount |
| const Format * | pViewFormats |
Private Attributes | |
| StructureType | sType = StructureType::eImageFormatListCreateInfoKHR |
Definition at line 17044 of file vulkan.hpp.
|
inline |
Definition at line 17046 of file vulkan.hpp.
|
inline |
Definition at line 17053 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 17086 of file vulkan.hpp.
|
inline |
Definition at line 17081 of file vulkan.hpp.
|
inline |
Definition at line 17099 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 17091 of file vulkan.hpp.
References pNext, pViewFormats, sType, and viewFormatCount.
Referenced by operator!=().
|
inline |
Definition at line 17063 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 17075 of file vulkan.hpp.
References pViewFormats.
|
inline |
Definition at line 17069 of file vulkan.hpp.
References viewFormatCount.
| const void* VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfoKHR::pNext = nullptr |
Definition at line 17108 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
| const Format* VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfoKHR::pViewFormats |
Definition at line 17110 of file vulkan.hpp.
Referenced by operator==(), and setPViewFormats().
|
private |
Definition at line 17105 of file vulkan.hpp.
Referenced by operator==().
| uint32_t VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfoKHR::viewFormatCount |
Definition at line 17109 of file vulkan.hpp.
Referenced by operator==(), and setViewFormatCount().