SDL 2.0
|
#include <vulkan.hpp>
Data Fields | |
const void * | pNext = nullptr |
uint64_t | drmFormatModifier |
uint32_t | drmFormatModifierPlaneCount |
const SubresourceLayout * | pPlaneLayouts |
Private Attributes | |
StructureType | sType = StructureType::eImageDrmFormatModifierExplicitCreateInfoEXT |
Definition at line 21003 of file vulkan.hpp.
|
inline |
Definition at line 21005 of file vulkan.hpp.
|
inline |
Definition at line 21014 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 21053 of file vulkan.hpp.
|
inline |
Definition at line 21048 of file vulkan.hpp.
|
inline |
Definition at line 21067 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 21058 of file vulkan.hpp.
References drmFormatModifier, drmFormatModifierPlaneCount, pNext, pPlaneLayouts, and sType.
Referenced by operator!=().
|
inline |
Definition at line 21030 of file vulkan.hpp.
References drmFormatModifier.
|
inline |
Definition at line 21036 of file vulkan.hpp.
References drmFormatModifierPlaneCount.
|
inline |
Definition at line 21024 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 21042 of file vulkan.hpp.
References pPlaneLayouts.
uint64_t VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierExplicitCreateInfoEXT::drmFormatModifier |
Definition at line 21077 of file vulkan.hpp.
Referenced by operator==(), and setDrmFormatModifier().
uint32_t VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierExplicitCreateInfoEXT::drmFormatModifierPlaneCount |
Definition at line 21078 of file vulkan.hpp.
Referenced by operator==(), and setDrmFormatModifierPlaneCount().
const void* VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierExplicitCreateInfoEXT::pNext = nullptr |
Definition at line 21076 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
const SubresourceLayout* VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierExplicitCreateInfoEXT::pPlaneLayouts |
Definition at line 21079 of file vulkan.hpp.
Referenced by operator==(), and setPPlaneLayouts().
|
private |
Definition at line 21073 of file vulkan.hpp.
Referenced by operator==().