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

#include <vulkan.hpp>

Public Member Functions

std::size_t operator() (VULKAN_HPP_NAMESPACE::Sampler const &sampler) const VULKAN_HPP_NOEXCEPT
 

Detailed Description

Definition at line 93543 of file vulkan.hpp.

Member Function Documentation

◆ operator()()

std::size_t std::hash< VULKAN_HPP_NAMESPACE::Sampler >::operator() ( VULKAN_HPP_NAMESPACE::Sampler const &  sampler) const
inline

Definition at line 93545 of file vulkan.hpp.

93546  {
93547  return std::hash<VkSampler>{}(static_cast<VkSampler>(sampler));
93548  }
GLuint sampler

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