SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
ImageSubresource (ImageAspectFlags aspectMask_=ImageAspectFlags(), uint32_t mipLevel_=0, uint32_t arrayLayer_=0) | |
ImageSubresource (VkImageSubresource const &rhs) | |
ImageSubresource & | operator= (VkImageSubresource const &rhs) |
ImageSubresource & | setAspectMask (ImageAspectFlags aspectMask_) |
ImageSubresource & | setMipLevel (uint32_t mipLevel_) |
ImageSubresource & | setArrayLayer (uint32_t arrayLayer_) |
operator VkImageSubresource const & () const | |
operator VkImageSubresource & () | |
bool | operator== (ImageSubresource const &rhs) const |
bool | operator!= (ImageSubresource const &rhs) const |
Data Fields | |
ImageAspectFlags | aspectMask |
uint32_t | mipLevel |
uint32_t | arrayLayer |
Definition at line 24744 of file vulkan.hpp.
|
inline |
Definition at line 24746 of file vulkan.hpp.
|
inline |
Definition at line 24755 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 24788 of file vulkan.hpp.
|
inline |
Definition at line 24783 of file vulkan.hpp.
|
inline |
Definition at line 24800 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 24760 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 24793 of file vulkan.hpp.
References arrayLayer, aspectMask, and mipLevel.
Referenced by operator!=().
|
inline |
Definition at line 24777 of file vulkan.hpp.
References arrayLayer.
|
inline |
Definition at line 24765 of file vulkan.hpp.
References aspectMask.
|
inline |
Definition at line 24771 of file vulkan.hpp.
References mipLevel.
uint32_t VULKAN_HPP_NAMESPACE::ImageSubresource::arrayLayer |
Definition at line 24807 of file vulkan.hpp.
Referenced by operator==(), and setArrayLayer().
ImageAspectFlags VULKAN_HPP_NAMESPACE::ImageSubresource::aspectMask |
Definition at line 24805 of file vulkan.hpp.
Referenced by operator==(), and setAspectMask().
uint32_t VULKAN_HPP_NAMESPACE::ImageSubresource::mipLevel |
Definition at line 24806 of file vulkan.hpp.
Referenced by operator==(), and setMipLevel().