Vulkan-Hpp
vk::VideoSessionKHR Class Reference

#include <vulkan_handles.hpp>

Public Types

using CType = VkVideoSessionKHR
 
using NativeType = VkVideoSessionKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR VideoSessionKHR ()=default
 
VULKAN_HPP_CONSTEXPR VideoSessionKHR (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT VideoSessionKHR (VkVideoSessionKHR videoSessionKHR) VULKAN_HPP_NOEXCEPT
 
VideoSessionKHRoperator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
bool operator== (VideoSessionKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (VideoSessionKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator< (VideoSessionKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkVideoSessionKHR () const VULKAN_HPP_NOEXCEPT
 
 operator bool () const VULKAN_HPP_NOEXCEPT
 
bool operator! () const VULKAN_HPP_NOEXCEPT
 

Static Public Attributes

static VULKAN_HPP_CONST_OR_CONSTEXPR vk::ObjectType objectType = vk::ObjectType::eVideoSessionKHR
 
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT debugReportObjectType
 

Detailed Description

Definition at line 6709 of file vulkan_handles.hpp.

Member Typedef Documentation

◆ CType

◆ NativeType

Constructor & Destructor Documentation

◆ VideoSessionKHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::VideoSessionKHR::VideoSessionKHR ( )
default

◆ VideoSessionKHR() [2/3]

VULKAN_HPP_CONSTEXPR vk::VideoSessionKHR::VideoSessionKHR ( std::nullptr_t  )
inline

Definition at line 6722 of file vulkan_handles.hpp.

◆ VideoSessionKHR() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT vk::VideoSessionKHR::VideoSessionKHR ( VkVideoSessionKHR  videoSessionKHR)
inline

Definition at line 6724 of file vulkan_handles.hpp.

Member Function Documentation

◆ operator bool()

vk::VideoSessionKHR::operator bool ( ) const
inlineexplicit

Definition at line 6764 of file vulkan_handles.hpp.

◆ operator VkVideoSessionKHR()

VULKAN_HPP_TYPESAFE_EXPLICIT vk::VideoSessionKHR::operator VkVideoSessionKHR ( ) const
inline

Definition at line 6759 of file vulkan_handles.hpp.

◆ operator!()

bool vk::VideoSessionKHR::operator! ( ) const
inline

Definition at line 6769 of file vulkan_handles.hpp.

◆ operator!=()

bool vk::VideoSessionKHR::operator!= ( VideoSessionKHR const &  rhs) const
inline

Definition at line 6748 of file vulkan_handles.hpp.

◆ operator<()

bool vk::VideoSessionKHR::operator< ( VideoSessionKHR const &  rhs) const
inline

Definition at line 6753 of file vulkan_handles.hpp.

◆ operator=()

VideoSessionKHR& vk::VideoSessionKHR::operator= ( std::nullptr_t  )
inline

Definition at line 6734 of file vulkan_handles.hpp.

◆ operator==()

bool vk::VideoSessionKHR::operator== ( VideoSessionKHR const &  rhs) const
inline

Definition at line 6743 of file vulkan_handles.hpp.

Member Data Documentation

◆ debugReportObjectType

VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT vk::VideoSessionKHR::debugReportObjectType
static

◆ objectType

Definition at line 6715 of file vulkan_handles.hpp.


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