HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::ShaderModule Class Reference

#include <vulkan_handles.hpp>

Public Types

using CType = VkShaderModule
 
using NativeType = VkShaderModule
 

Public Member Functions

VULKAN_HPP_CONSTEXPR ShaderModule ()=default
 
VULKAN_HPP_CONSTEXPR ShaderModule (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT ShaderModule (VkShaderModule shaderModule) VULKAN_HPP_NOEXCEPT
 
ShaderModuleoperator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
bool operator== (ShaderModule const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (ShaderModule const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator< (ShaderModule const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkShaderModule () 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
VULKAN_HPP_NAMESPACE::ObjectType 
objectType = VULKAN_HPP_NAMESPACE::ObjectType::eShaderModule
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT 
debugReportObjectType
 

Detailed Description

Definition at line 6969 of file vulkan_handles.hpp.

Member Typedef Documentation

Definition at line 6972 of file vulkan_handles.hpp.

Definition at line 6973 of file vulkan_handles.hpp.

Constructor & Destructor Documentation

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

Definition at line 6981 of file vulkan_handles.hpp.

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

Definition at line 6982 of file vulkan_handles.hpp.

Member Function Documentation

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

Definition at line 7022 of file vulkan_handles.hpp.

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

Definition at line 7017 of file vulkan_handles.hpp.

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

Definition at line 7027 of file vulkan_handles.hpp.

Definition at line 7006 of file vulkan_handles.hpp.

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

Definition at line 7011 of file vulkan_handles.hpp.

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

Definition at line 6992 of file vulkan_handles.hpp.

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

Definition at line 7001 of file vulkan_handles.hpp.

Member Data Documentation

VULKAN_HPP_CONST_OR_CONSTEXPR VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT VULKAN_HPP_NAMESPACE::ShaderModule::debugReportObjectType
static

Definition at line 6975 of file vulkan_handles.hpp.


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