SDL  2.0
std::hash< VULKAN_HPP_NAMESPACE::Image > Struct Reference

#include <vulkan.hpp>

Public Member Functions

std::size_t operator() (VULKAN_HPP_NAMESPACE::Image const &image) const VULKAN_HPP_NOEXCEPT
 

Detailed Description

Definition at line 93439 of file vulkan.hpp.

Member Function Documentation

◆ operator()()

std::size_t std::hash< VULKAN_HPP_NAMESPACE::Image >::operator() ( VULKAN_HPP_NAMESPACE::Image const &  image) const
inline

Definition at line 93441 of file vulkan.hpp.

93442  {
93443  return std::hash<VkImage>{}(static_cast<VkImage>(image));
93444  }
GLeglImageOES image
Definition: SDL_opengl.h:2148

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