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

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR Pipeline ()
 
VULKAN_HPP_CONSTEXPR Pipeline (std::nullptr_t)
 
VULKAN_HPP_TYPESAFE_EXPLICIT Pipeline (VkPipeline pipeline)
 
Pipelineoperator= (std::nullptr_t)
 
bool operator== (Pipeline const &rhs) const
 
bool operator!= (Pipeline const &rhs) const
 
bool operator< (Pipeline const &rhs) const
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkPipeline () const
 
 operator bool () const
 
bool operator! () const
 

Private Attributes

VkPipeline m_pipeline
 

Constructor & Destructor Documentation

◆ Pipeline() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::Pipeline::Pipeline ( )
inline

◆ Pipeline() [2/3]

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

◆ Pipeline() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::Pipeline::Pipeline ( VkPipeline  pipeline)
inline

Member Function Documentation

◆ operator bool()

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

◆ operator VkPipeline()

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::Pipeline::operator VkPipeline ( ) const
inline

◆ operator!()

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

◆ operator!=()

◆ operator<()

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

◆ operator=()

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

◆ operator==()

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

Member Data Documentation

◆ m_pipeline

VkPipeline VULKAN_HPP_NAMESPACE::Pipeline::m_pipeline
private

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