SDL 2.0
|
#include <vulkan.hpp>
Private Attributes | |
StructureType | sType = StructureType::eImageCreateInfo |
Definition at line 27013 of file vulkan.hpp.
|
inline |
Definition at line 27015 of file vulkan.hpp.
|
inline |
Definition at line 27044 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 27143 of file vulkan.hpp.
|
inline |
Definition at line 27138 of file vulkan.hpp.
|
inline |
Definition at line 27167 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 27049 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 27148 of file vulkan.hpp.
References arrayLayers, extent, flags, format, imageType, initialLayout, mipLevels, pNext, pQueueFamilyIndices, queueFamilyIndexCount, samples, sharingMode, sType, tiling, and usage.
Referenced by operator!=().
|
inline |
Definition at line 27090 of file vulkan.hpp.
References arrayLayers.
|
inline |
Definition at line 27078 of file vulkan.hpp.
References extent.
|
inline |
Definition at line 27060 of file vulkan.hpp.
|
inline |
Definition at line 27072 of file vulkan.hpp.
|
inline |
Definition at line 27066 of file vulkan.hpp.
References imageType.
|
inline |
Definition at line 27132 of file vulkan.hpp.
References initialLayout.
|
inline |
Definition at line 27084 of file vulkan.hpp.
References mipLevels.
|
inline |
Definition at line 27054 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 27126 of file vulkan.hpp.
References pQueueFamilyIndices.
|
inline |
Definition at line 27120 of file vulkan.hpp.
References queueFamilyIndexCount.
|
inline |
Definition at line 27096 of file vulkan.hpp.
|
inline |
Definition at line 27114 of file vulkan.hpp.
References sharingMode.
|
inline |
Definition at line 27102 of file vulkan.hpp.
References tiling.
|
inline |
Definition at line 27108 of file vulkan.hpp.
uint32_t VULKAN_HPP_NAMESPACE::ImageCreateInfo::arrayLayers |
Definition at line 27182 of file vulkan.hpp.
Referenced by operator==(), and setArrayLayers().
Extent3D VULKAN_HPP_NAMESPACE::ImageCreateInfo::extent |
Definition at line 27180 of file vulkan.hpp.
Referenced by operator==(), and setExtent().
ImageCreateFlags VULKAN_HPP_NAMESPACE::ImageCreateInfo::flags |
Definition at line 27177 of file vulkan.hpp.
Referenced by operator==().
Format VULKAN_HPP_NAMESPACE::ImageCreateInfo::format |
Definition at line 27179 of file vulkan.hpp.
Referenced by operator==().
ImageType VULKAN_HPP_NAMESPACE::ImageCreateInfo::imageType |
Definition at line 27178 of file vulkan.hpp.
Referenced by operator==(), and setImageType().
ImageLayout VULKAN_HPP_NAMESPACE::ImageCreateInfo::initialLayout |
Definition at line 27189 of file vulkan.hpp.
Referenced by operator==(), and setInitialLayout().
uint32_t VULKAN_HPP_NAMESPACE::ImageCreateInfo::mipLevels |
Definition at line 27181 of file vulkan.hpp.
Referenced by operator==(), and setMipLevels().
const void* VULKAN_HPP_NAMESPACE::ImageCreateInfo::pNext = nullptr |
Definition at line 27176 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
const uint32_t* VULKAN_HPP_NAMESPACE::ImageCreateInfo::pQueueFamilyIndices |
Definition at line 27188 of file vulkan.hpp.
Referenced by operator==(), and setPQueueFamilyIndices().
uint32_t VULKAN_HPP_NAMESPACE::ImageCreateInfo::queueFamilyIndexCount |
Definition at line 27187 of file vulkan.hpp.
Referenced by operator==(), and setQueueFamilyIndexCount().
SampleCountFlagBits VULKAN_HPP_NAMESPACE::ImageCreateInfo::samples |
Definition at line 27183 of file vulkan.hpp.
Referenced by operator==().
SharingMode VULKAN_HPP_NAMESPACE::ImageCreateInfo::sharingMode |
Definition at line 27186 of file vulkan.hpp.
Referenced by operator==(), and setSharingMode().
|
private |
Definition at line 27173 of file vulkan.hpp.
Referenced by operator==().
ImageTiling VULKAN_HPP_NAMESPACE::ImageCreateInfo::tiling |
Definition at line 27184 of file vulkan.hpp.
Referenced by operator==(), and setTiling().
ImageUsageFlags VULKAN_HPP_NAMESPACE::ImageCreateInfo::usage |
Definition at line 27185 of file vulkan.hpp.
Referenced by operator==().