Vulkan-Hpp
|
#include <vulkan_handles.hpp>
Public Types | |
using | CType = VkShaderEXT |
using | NativeType = VkShaderEXT |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | ShaderEXT ()=default |
VULKAN_HPP_CONSTEXPR | ShaderEXT (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | ShaderEXT (VkShaderEXT shaderEXT) VULKAN_HPP_NOEXCEPT |
ShaderEXT & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
bool | operator== (ShaderEXT const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (ShaderEXT const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator< (ShaderEXT const &rhs) const VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkShaderEXT () 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::eShaderEXT |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 3569 of file vulkan_handles.hpp.
using vk::ShaderEXT::CType = VkShaderEXT |
Definition at line 3572 of file vulkan_handles.hpp.
using vk::ShaderEXT::NativeType = VkShaderEXT |
Definition at line 3573 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 3582 of file vulkan_handles.hpp.
|
inline |
Definition at line 3584 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 3624 of file vulkan_handles.hpp.
|
inline |
Definition at line 3619 of file vulkan_handles.hpp.
|
inline |
Definition at line 3629 of file vulkan_handles.hpp.
|
inline |
Definition at line 3608 of file vulkan_handles.hpp.
|
inline |
Definition at line 3613 of file vulkan_handles.hpp.
|
inline |
Definition at line 3594 of file vulkan_handles.hpp.
|
inline |
Definition at line 3603 of file vulkan_handles.hpp.
|
static |
Definition at line 3576 of file vulkan_handles.hpp.
|
static |
Definition at line 3575 of file vulkan_handles.hpp.