RetroArch
Public Member Functions | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::ShaderModule Class Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR ShaderModule ()
 
VULKAN_HPP_CONSTEXPR ShaderModule (std::nullptr_t)
 
VULKAN_HPP_TYPESAFE_EXPLICIT ShaderModule (VkShaderModule shaderModule)
 
ShaderModuleoperator= (std::nullptr_t)
 
bool operator== (ShaderModule const &rhs) const
 
bool operator!= (ShaderModule const &rhs) const
 
bool operator< (ShaderModule const &rhs) const
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkShaderModule () const
 
 operator bool () const
 
bool operator! () const
 

Private Attributes

VkShaderModule m_shaderModule
 

Constructor & Destructor Documentation

◆ ShaderModule() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ShaderModule::ShaderModule ( )
inline

◆ ShaderModule() [2/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ShaderModule::ShaderModule ( std::nullptr_t  )
inline

◆ ShaderModule() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::ShaderModule::ShaderModule ( VkShaderModule  shaderModule)
inline

Member Function Documentation

◆ operator bool()

VULKAN_HPP_NAMESPACE::ShaderModule::operator bool ( ) const
inlineexplicit

◆ operator VkShaderModule()

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::ShaderModule::operator VkShaderModule ( ) const
inline

◆ operator!()

bool VULKAN_HPP_NAMESPACE::ShaderModule::operator! ( ) const
inline

◆ operator!=()

◆ operator<()

bool VULKAN_HPP_NAMESPACE::ShaderModule::operator< ( ShaderModule const rhs) const
inline

◆ operator=()

ShaderModule& VULKAN_HPP_NAMESPACE::ShaderModule::operator= ( std::nullptr_t  )
inline

◆ operator==()

bool VULKAN_HPP_NAMESPACE::ShaderModule::operator== ( ShaderModule const rhs) const
inline

Member Data Documentation

◆ m_shaderModule

VkShaderModule VULKAN_HPP_NAMESPACE::ShaderModule::m_shaderModule
private

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