|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| ProtectedSubmitInfo (Bool32 protectedSubmit_=0) | |
| ProtectedSubmitInfo (VkProtectedSubmitInfo const &rhs) | |
| ProtectedSubmitInfo & | operator= (VkProtectedSubmitInfo const &rhs) |
| ProtectedSubmitInfo & | setPNext (const void *pNext_) |
| ProtectedSubmitInfo & | setProtectedSubmit (Bool32 protectedSubmit_) |
| operator VkProtectedSubmitInfo const & () const | |
| operator VkProtectedSubmitInfo & () | |
| bool | operator== (ProtectedSubmitInfo const &rhs) const |
| bool | operator!= (ProtectedSubmitInfo const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| Bool32 | protectedSubmit |
Private Attributes | |
| StructureType | sType = StructureType::eProtectedSubmitInfo |
Definition at line 16407 of file vulkan.hpp.
|
inline |
Definition at line 16409 of file vulkan.hpp.
|
inline |
Definition at line 16414 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 16441 of file vulkan.hpp.
|
inline |
Definition at line 16436 of file vulkan.hpp.
|
inline |
Definition at line 16453 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 16419 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 16446 of file vulkan.hpp.
References pNext, protectedSubmit, and sType.
Referenced by operator!=().
|
inline |
Definition at line 16424 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 16430 of file vulkan.hpp.
References protectedSubmit.
| const void* VULKAN_HPP_NAMESPACE::ProtectedSubmitInfo::pNext = nullptr |
Definition at line 16462 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
| Bool32 VULKAN_HPP_NAMESPACE::ProtectedSubmitInfo::protectedSubmit |
Definition at line 16463 of file vulkan.hpp.
Referenced by operator==(), and setProtectedSubmit().
|
private |
Definition at line 16459 of file vulkan.hpp.
Referenced by operator==().