|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2:Data Fields | |
| const void * | pNext = nullptr |
| Format | format |
| ImageType | type |
| ImageTiling | tiling |
| ImageUsageFlags | usage |
| ImageCreateFlags | flags |
Private Attributes | |
| StructureType | sType = StructureType::ePhysicalDeviceImageFormatInfo2 |
Definition at line 23525 of file vulkan.hpp.
|
inline |
|
inline |
Definition at line 23540 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 23591 of file vulkan.hpp.
|
inline |
Definition at line 23586 of file vulkan.hpp.
|
inline |
Definition at line 23607 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 23596 of file vulkan.hpp.
References flags, format, pNext, sType, tiling, type, and usage.
Referenced by operator!=().
|
inline |
Definition at line 23580 of file vulkan.hpp.
|
inline |
Definition at line 23556 of file vulkan.hpp.
|
inline |
Definition at line 23550 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 23568 of file vulkan.hpp.
References tiling.
|
inline |
Definition at line 23562 of file vulkan.hpp.
|
inline |
Definition at line 23574 of file vulkan.hpp.
| ImageCreateFlags VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2::flags |
Definition at line 23621 of file vulkan.hpp.
Referenced by operator==().
| Format VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2::format |
Definition at line 23617 of file vulkan.hpp.
Referenced by operator==().
| const void* VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2::pNext = nullptr |
Definition at line 23616 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 23613 of file vulkan.hpp.
Referenced by operator==().
| ImageTiling VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2::tiling |
Definition at line 23619 of file vulkan.hpp.
Referenced by operator==(), and setTiling().
| ImageType VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2::type |
Definition at line 23618 of file vulkan.hpp.
Referenced by operator==().
| ImageUsageFlags VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2::usage |
Definition at line 23620 of file vulkan.hpp.
Referenced by operator==().