|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::ConditionalRenderingBeginInfoEXT:Public Member Functions | |
| ConditionalRenderingBeginInfoEXT (Buffer buffer_=Buffer(), DeviceSize offset_=0, ConditionalRenderingFlagsEXT flags_=ConditionalRenderingFlagsEXT()) | |
| ConditionalRenderingBeginInfoEXT (VkConditionalRenderingBeginInfoEXT const &rhs) | |
| ConditionalRenderingBeginInfoEXT & | operator= (VkConditionalRenderingBeginInfoEXT const &rhs) |
| ConditionalRenderingBeginInfoEXT & | setPNext (const void *pNext_) |
| ConditionalRenderingBeginInfoEXT & | setBuffer (Buffer buffer_) |
| ConditionalRenderingBeginInfoEXT & | setOffset (DeviceSize offset_) |
| ConditionalRenderingBeginInfoEXT & | setFlags (ConditionalRenderingFlagsEXT flags_) |
| operator VkConditionalRenderingBeginInfoEXT const & () const | |
| operator VkConditionalRenderingBeginInfoEXT & () | |
| bool | operator== (ConditionalRenderingBeginInfoEXT const &rhs) const |
| bool | operator!= (ConditionalRenderingBeginInfoEXT const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| Buffer | buffer |
| DeviceSize | offset |
| ConditionalRenderingFlagsEXT | flags |
Private Attributes | |
| StructureType | sType = StructureType::eConditionalRenderingBeginInfoEXT |
Definition at line 36433 of file vulkan.hpp.
|
inline |
Definition at line 36435 of file vulkan.hpp.
|
inline |
Definition at line 36444 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 36483 of file vulkan.hpp.
|
inline |
Definition at line 36478 of file vulkan.hpp.
|
inline |
Definition at line 36497 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 36488 of file vulkan.hpp.
References buffer, flags, offset, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 36460 of file vulkan.hpp.
|
inline |
Definition at line 36472 of file vulkan.hpp.
|
inline |
Definition at line 36466 of file vulkan.hpp.
|
inline |
Definition at line 36454 of file vulkan.hpp.
References pNext.
| Buffer VULKAN_HPP_NAMESPACE::ConditionalRenderingBeginInfoEXT::buffer |
Definition at line 36507 of file vulkan.hpp.
Referenced by operator==().
| ConditionalRenderingFlagsEXT VULKAN_HPP_NAMESPACE::ConditionalRenderingBeginInfoEXT::flags |
Definition at line 36509 of file vulkan.hpp.
Referenced by operator==().
| DeviceSize VULKAN_HPP_NAMESPACE::ConditionalRenderingBeginInfoEXT::offset |
Definition at line 36508 of file vulkan.hpp.
Referenced by operator==().
| const void* VULKAN_HPP_NAMESPACE::ConditionalRenderingBeginInfoEXT::pNext = nullptr |
Definition at line 36506 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 36503 of file vulkan.hpp.
Referenced by operator==().