RetroArch
Public Member Functions | Public Attributes | List of all members
VULKAN_HPP_NAMESPACE::SubresourceLayout Struct Reference

#include <vulkan.hpp>

Public Member Functions

 operator const VkSubresourceLayout & () const
 
bool operator== (SubresourceLayout const &rhs) const
 
bool operator!= (SubresourceLayout const &rhs) const
 

Public Attributes

DeviceSize offset
 
DeviceSize size
 
DeviceSize rowPitch
 
DeviceSize arrayPitch
 
DeviceSize depthPitch
 

Member Function Documentation

◆ operator const VkSubresourceLayout &()

VULKAN_HPP_NAMESPACE::SubresourceLayout::operator const VkSubresourceLayout & ( ) const
inline

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::SubresourceLayout::operator!= ( SubresourceLayout const rhs) const
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::SubresourceLayout::operator== ( SubresourceLayout const rhs) const
inline
Here is the caller graph for this function:

Member Data Documentation

◆ arrayPitch

DeviceSize VULKAN_HPP_NAMESPACE::SubresourceLayout::arrayPitch

◆ depthPitch

DeviceSize VULKAN_HPP_NAMESPACE::SubresourceLayout::depthPitch

◆ offset

DeviceSize VULKAN_HPP_NAMESPACE::SubresourceLayout::offset

◆ rowPitch

DeviceSize VULKAN_HPP_NAMESPACE::SubresourceLayout::rowPitch

◆ size

DeviceSize VULKAN_HPP_NAMESPACE::SubresourceLayout::size

The documentation for this struct was generated from the following file: