|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::ImageViewCreateInfo:Data Fields | |
| const void * | pNext = nullptr |
| ImageViewCreateFlags | flags |
| Image | image |
| ImageViewType | viewType |
| Format | format |
| ComponentMapping | components |
| ImageSubresourceRange | subresourceRange |
Private Attributes | |
| StructureType | sType = StructureType::eImageViewCreateInfo |
Definition at line 25105 of file vulkan.hpp.
|
inline |
Definition at line 25107 of file vulkan.hpp.
|
inline |
Definition at line 25122 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 25179 of file vulkan.hpp.
|
inline |
Definition at line 25174 of file vulkan.hpp.
|
inline |
Definition at line 25196 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 25127 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 25184 of file vulkan.hpp.
References components, flags, format, image, pNext, sType, subresourceRange, and viewType.
Referenced by operator!=().
|
inline |
Definition at line 25162 of file vulkan.hpp.
|
inline |
Definition at line 25138 of file vulkan.hpp.
|
inline |
Definition at line 25156 of file vulkan.hpp.
|
inline |
Definition at line 25144 of file vulkan.hpp.
|
inline |
Definition at line 25132 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 25168 of file vulkan.hpp.
References subresourceRange.
|
inline |
Definition at line 25150 of file vulkan.hpp.
References viewType.
| ComponentMapping VULKAN_HPP_NAMESPACE::ImageViewCreateInfo::components |
Definition at line 25210 of file vulkan.hpp.
Referenced by operator==().
| ImageViewCreateFlags VULKAN_HPP_NAMESPACE::ImageViewCreateInfo::flags |
Definition at line 25206 of file vulkan.hpp.
Referenced by operator==().
| Format VULKAN_HPP_NAMESPACE::ImageViewCreateInfo::format |
Definition at line 25209 of file vulkan.hpp.
Referenced by operator==().
| Image VULKAN_HPP_NAMESPACE::ImageViewCreateInfo::image |
Definition at line 25207 of file vulkan.hpp.
Referenced by operator==().
| const void* VULKAN_HPP_NAMESPACE::ImageViewCreateInfo::pNext = nullptr |
Definition at line 25205 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 25202 of file vulkan.hpp.
Referenced by operator==().
| ImageSubresourceRange VULKAN_HPP_NAMESPACE::ImageViewCreateInfo::subresourceRange |
Definition at line 25211 of file vulkan.hpp.
Referenced by operator==(), and setSubresourceRange().
| ImageViewType VULKAN_HPP_NAMESPACE::ImageViewCreateInfo::viewType |
Definition at line 25208 of file vulkan.hpp.
Referenced by operator==(), and setViewType().