|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::ObjectTableEntryNVX:Public Member Functions | |
| ObjectTableEntryNVX (ObjectEntryTypeNVX type_=ObjectEntryTypeNVX::eDescriptorSet, ObjectEntryUsageFlagsNVX flags_=ObjectEntryUsageFlagsNVX()) | |
| ObjectTableEntryNVX (VkObjectTableEntryNVX const &rhs) | |
| ObjectTableEntryNVX & | operator= (VkObjectTableEntryNVX const &rhs) |
| ObjectTableEntryNVX & | setType (ObjectEntryTypeNVX type_) |
| ObjectTableEntryNVX & | setFlags (ObjectEntryUsageFlagsNVX flags_) |
| operator VkObjectTableEntryNVX const & () const | |
| operator VkObjectTableEntryNVX & () | |
| bool | operator== (ObjectTableEntryNVX const &rhs) const |
| bool | operator!= (ObjectTableEntryNVX const &rhs) const |
Data Fields | |
| ObjectEntryTypeNVX | type |
| ObjectEntryUsageFlagsNVX | flags |
Definition at line 30966 of file vulkan.hpp.
|
inline |
Definition at line 30968 of file vulkan.hpp.
|
inline |
Definition at line 30975 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 31002 of file vulkan.hpp.
|
inline |
Definition at line 30997 of file vulkan.hpp.
|
inline |
Definition at line 31013 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 30980 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 31007 of file vulkan.hpp.
Referenced by operator!=().
|
inline |
Definition at line 30991 of file vulkan.hpp.
|
inline |
Definition at line 30985 of file vulkan.hpp.
| ObjectEntryUsageFlagsNVX VULKAN_HPP_NAMESPACE::ObjectTableEntryNVX::flags |
Definition at line 31019 of file vulkan.hpp.
Referenced by operator==().
| ObjectEntryTypeNVX VULKAN_HPP_NAMESPACE::ObjectTableEntryNVX::type |
Definition at line 31018 of file vulkan.hpp.
Referenced by operator==().