|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | PerformanceMarkerInfoINTEL (uint64_t marker_={}) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | PerformanceMarkerInfoINTEL (PerformanceMarkerInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT=default |
| PerformanceMarkerInfoINTEL (VkPerformanceMarkerInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT | |
| PerformanceMarkerInfoINTEL & | operator= (VkPerformanceMarkerInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT |
| PerformanceMarkerInfoINTEL & | operator= (PerformanceMarkerInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT |
| PerformanceMarkerInfoINTEL & | setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT |
| PerformanceMarkerInfoINTEL & | setMarker (uint64_t marker_) VULKAN_HPP_NOEXCEPT |
| operator VkPerformanceMarkerInfoINTEL const & () const VULKAN_HPP_NOEXCEPT | |
| operator VkPerformanceMarkerInfoINTEL & () VULKAN_HPP_NOEXCEPT | |
| bool | operator== (PerformanceMarkerInfoINTEL const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (PerformanceMarkerInfoINTEL const &rhs) const VULKAN_HPP_NOEXCEPT |
Data Fields | |
| const VULKAN_HPP_NAMESPACE::StructureType | sType = StructureType::ePerformanceMarkerInfoINTEL |
| const void * | pNext = {} |
| uint64_t | marker = {} |
Static Public Attributes | |
| static const bool | allowDuplicate = false |
| static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePerformanceMarkerInfoINTEL |
Definition at line 34240 of file vulkan.hpp.
|
inline |
Definition at line 34246 of file vulkan.hpp.
|
default |
|
inline |
Definition at line 34252 of file vulkan.hpp.
|
inline |
Definition at line 34288 of file vulkan.hpp.
|
inline |
Definition at line 34283 of file vulkan.hpp.
|
inline |
Definition at line 34304 of file vulkan.hpp.
References VULKAN_HPP_NAMESPACE::operator==().
|
inline |
Definition at line 34264 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 34258 of file vulkan.hpp.
|
inline |
Definition at line 34297 of file vulkan.hpp.
|
inline |
Definition at line 34276 of file vulkan.hpp.
|
inline |
Definition at line 34270 of file vulkan.hpp.
|
static |
Definition at line 34242 of file vulkan.hpp.
| uint64_t VULKAN_HPP_NAMESPACE::PerformanceMarkerInfoINTEL::marker = {} |
Definition at line 34315 of file vulkan.hpp.
| const void* VULKAN_HPP_NAMESPACE::PerformanceMarkerInfoINTEL::pNext = {} |
Definition at line 34314 of file vulkan.hpp.
|
static |
Definition at line 34243 of file vulkan.hpp.
| const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PerformanceMarkerInfoINTEL::sType = StructureType::ePerformanceMarkerInfoINTEL |
Definition at line 34313 of file vulkan.hpp.