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

#include <vulkan.hpp>

Public Member Functions

 ImageFormatListCreateInfoKHR (uint32_t viewFormatCount_=0, const Format *pViewFormats_=nullptr)
 
 ImageFormatListCreateInfoKHR (VkImageFormatListCreateInfoKHR const &rhs)
 
ImageFormatListCreateInfoKHRoperator= (VkImageFormatListCreateInfoKHR const &rhs)
 
ImageFormatListCreateInfoKHRsetPNext (const void *pNext_)
 
ImageFormatListCreateInfoKHRsetViewFormatCount (uint32_t viewFormatCount_)
 
ImageFormatListCreateInfoKHRsetPViewFormats (const Format *pViewFormats_)
 
 operator const VkImageFormatListCreateInfoKHR & () const
 
bool operator== (ImageFormatListCreateInfoKHR const &rhs) const
 
bool operator!= (ImageFormatListCreateInfoKHR const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
uint32_t viewFormatCount
 
const FormatpViewFormats
 

Private Attributes

StructureType sType = StructureType::eImageFormatListCreateInfoKHR
 

Constructor & Destructor Documentation

◆ ImageFormatListCreateInfoKHR() [1/2]

VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfoKHR::ImageFormatListCreateInfoKHR ( uint32_t  viewFormatCount_ = 0,
const Format pViewFormats_ = nullptr 
)
inline

◆ ImageFormatListCreateInfoKHR() [2/2]

VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfoKHR::ImageFormatListCreateInfoKHR ( VkImageFormatListCreateInfoKHR const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkImageFormatListCreateInfoKHR &()

VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfoKHR::operator const VkImageFormatListCreateInfoKHR & ( ) const
inline

◆ operator!=()

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

◆ operator=()

ImageFormatListCreateInfoKHR& VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfoKHR::operator= ( VkImageFormatListCreateInfoKHR const rhs)
inline
Here is the call graph for this function:

◆ operator==()

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

◆ setPNext()

ImageFormatListCreateInfoKHR& VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfoKHR::setPNext ( const void pNext_)
inline

◆ setPViewFormats()

ImageFormatListCreateInfoKHR& VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfoKHR::setPViewFormats ( const Format pViewFormats_)
inline

◆ setViewFormatCount()

ImageFormatListCreateInfoKHR& VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfoKHR::setViewFormatCount ( uint32_t  viewFormatCount_)
inline

Member Data Documentation

◆ pNext

const void* VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfoKHR::pNext = nullptr

◆ pViewFormats

const Format* VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfoKHR::pViewFormats

◆ sType

StructureType VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfoKHR::sType = StructureType::eImageFormatListCreateInfoKHR
private

◆ viewFormatCount

uint32_t VULKAN_HPP_NAMESPACE::ImageFormatListCreateInfoKHR::viewFormatCount

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