Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkProtectedSubmitInfo |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | ProtectedSubmitInfo (vk::Bool32 protectedSubmit_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | ProtectedSubmitInfo (ProtectedSubmitInfo const &rhs) VULKAN_HPP_NOEXCEPT=default |
ProtectedSubmitInfo (VkProtectedSubmitInfo const &rhs) VULKAN_HPP_NOEXCEPT | |
ProtectedSubmitInfo & | operator= (ProtectedSubmitInfo const &rhs) VULKAN_HPP_NOEXCEPT=default |
ProtectedSubmitInfo & | operator= (VkProtectedSubmitInfo const &rhs) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 ProtectedSubmitInfo & | setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 ProtectedSubmitInfo & | setProtectedSubmit (vk::Bool32 protectedSubmit_) VULKAN_HPP_NOEXCEPT |
operator VkProtectedSubmitInfo const & () const VULKAN_HPP_NOEXCEPT | |
operator VkProtectedSubmitInfo & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (ProtectedSubmitInfo const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (ProtectedSubmitInfo const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::StructureType | sType = StructureType::eProtectedSubmitInfo |
const void * | pNext = {} |
vk::Bool32 | protectedSubmit = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eProtectedSubmitInfo |
Definition at line 96725 of file vulkan_structs.hpp.
Definition at line 96727 of file vulkan_structs.hpp.
|
inline |
Definition at line 96733 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 96741 of file vulkan_structs.hpp.
|
inline |
Definition at line 96773 of file vulkan_structs.hpp.
|
inline |
Definition at line 96768 of file vulkan_structs.hpp.
|
inline |
Definition at line 96802 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 96748 of file vulkan_structs.hpp.
|
inline |
Definition at line 96793 of file vulkan_structs.hpp.
|
inline |
Definition at line 96755 of file vulkan_structs.hpp.
|
inline |
Definition at line 96761 of file vulkan_structs.hpp.
|
static |
Definition at line 96729 of file vulkan_structs.hpp.
const void* vk::ProtectedSubmitInfo::pNext = {} |
Definition at line 96810 of file vulkan_structs.hpp.
vk::Bool32 vk::ProtectedSubmitInfo::protectedSubmit = {} |
Definition at line 96811 of file vulkan_structs.hpp.
|
static |
Definition at line 96730 of file vulkan_structs.hpp.
vk::StructureType vk::ProtectedSubmitInfo::sType = StructureType::eProtectedSubmitInfo |
Definition at line 96809 of file vulkan_structs.hpp.