class ShaderModule

Defined at line 11083 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

wrapper class for handle VkShaderModule, see https://registry.khronos.org/vulkan/specs/latest/man/html/VkShaderModule.html

Public Members

static ObjectType objectType
static DebugReportObjectTypeEXT debugReportObjectType

Public Methods

void ShaderModule ()

Defined at line 11093 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

void ShaderModule (const ShaderModule & rhs)

Defined at line 11095 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

ShaderModule & operator= (const ShaderModule & rhs)

Defined at line 11096 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

void ShaderModule (ShaderModule && rhs)

Defined at line 11099 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

ShaderModule & operator= (ShaderModule && rhs)

Defined at line 11100 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

void ShaderModule (std::nullptr_t )

Defined at line 11111 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

void ShaderModule (VkShaderModule shaderModule)

Defined at line 11113 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

ShaderModule & operator= (VkShaderModule shaderModule)

Defined at line 11116 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

ShaderModule & operator= (std::nullptr_t )

Defined at line 11123 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

VkShaderModule operator VkShaderModule_T * ()

Defined at line 11129 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

bool operator bool ()

Defined at line 11134 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

bool operator! ()

Defined at line 11139 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp