Vulkan-Hpp
vk::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 vk::ObjectType objectType = vk::ObjectType::eShaderModule
 
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT debugReportObjectType
 

Detailed Description

Definition at line 8276 of file vulkan_handles.hpp.

Member Typedef Documentation

◆ CType

Definition at line 8279 of file vulkan_handles.hpp.

◆ NativeType

Constructor & Destructor Documentation

◆ ShaderModule() [1/3]

VULKAN_HPP_CONSTEXPR vk::ShaderModule::ShaderModule ( )
default

◆ ShaderModule() [2/3]

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

Definition at line 8289 of file vulkan_handles.hpp.

◆ ShaderModule() [3/3]

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

Definition at line 8291 of file vulkan_handles.hpp.

Member Function Documentation

◆ operator bool()

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

Definition at line 8331 of file vulkan_handles.hpp.

◆ operator VkShaderModule()

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

Definition at line 8326 of file vulkan_handles.hpp.

◆ operator!()

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

Definition at line 8336 of file vulkan_handles.hpp.

◆ operator!=()

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

Definition at line 8315 of file vulkan_handles.hpp.

◆ operator<()

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

Definition at line 8320 of file vulkan_handles.hpp.

◆ operator=()

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

Definition at line 8301 of file vulkan_handles.hpp.

◆ operator==()

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

Definition at line 8310 of file vulkan_handles.hpp.

Member Data Documentation

◆ debugReportObjectType

VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT vk::ShaderModule::debugReportObjectType
static

◆ objectType

Definition at line 8282 of file vulkan_handles.hpp.


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