Vulkan-Hpp
|
#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 |
ShaderModule & | operator= (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 |
Definition at line 8276 of file vulkan_handles.hpp.
Definition at line 8279 of file vulkan_handles.hpp.
Definition at line 8280 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 8289 of file vulkan_handles.hpp.
|
inline |
Definition at line 8291 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 8331 of file vulkan_handles.hpp.
|
inline |
Definition at line 8326 of file vulkan_handles.hpp.
|
inline |
Definition at line 8336 of file vulkan_handles.hpp.
|
inline |
Definition at line 8315 of file vulkan_handles.hpp.
|
inline |
Definition at line 8320 of file vulkan_handles.hpp.
|
inline |
Definition at line 8301 of file vulkan_handles.hpp.
|
inline |
Definition at line 8310 of file vulkan_handles.hpp.
|
static |
Definition at line 8283 of file vulkan_handles.hpp.
|
static |
Definition at line 8282 of file vulkan_handles.hpp.