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

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR PipelineLayout ()
 
VULKAN_HPP_CONSTEXPR PipelineLayout (std::nullptr_t)
 
VULKAN_HPP_TYPESAFE_EXPLICIT PipelineLayout (VkPipelineLayout pipelineLayout)
 
PipelineLayoutoperator= (std::nullptr_t)
 
bool operator== (PipelineLayout const &rhs) const
 
bool operator!= (PipelineLayout const &rhs) const
 
bool operator< (PipelineLayout const &rhs) const
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkPipelineLayout () const
 
 operator bool () const
 
bool operator! () const
 

Private Attributes

VkPipelineLayout m_pipelineLayout
 

Constructor & Destructor Documentation

◆ PipelineLayout() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PipelineLayout::PipelineLayout ( )
inline

◆ PipelineLayout() [2/3]

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

◆ PipelineLayout() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::PipelineLayout::PipelineLayout ( VkPipelineLayout  pipelineLayout)
inline

Member Function Documentation

◆ operator bool()

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

◆ operator VkPipelineLayout()

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::PipelineLayout::operator VkPipelineLayout ( ) const
inline

◆ operator!()

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

◆ operator!=()

◆ operator<()

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

◆ operator=()

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

◆ operator==()

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

Member Data Documentation

◆ m_pipelineLayout

VkPipelineLayout VULKAN_HPP_NAMESPACE::PipelineLayout::m_pipelineLayout
private

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