SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
CommandBufferInheritanceConditionalRenderingInfoEXT (Bool32 conditionalRenderingEnable_=0) | |
CommandBufferInheritanceConditionalRenderingInfoEXT (VkCommandBufferInheritanceConditionalRenderingInfoEXT const &rhs) | |
CommandBufferInheritanceConditionalRenderingInfoEXT & | operator= (VkCommandBufferInheritanceConditionalRenderingInfoEXT const &rhs) |
CommandBufferInheritanceConditionalRenderingInfoEXT & | setPNext (const void *pNext_) |
CommandBufferInheritanceConditionalRenderingInfoEXT & | setConditionalRenderingEnable (Bool32 conditionalRenderingEnable_) |
operator VkCommandBufferInheritanceConditionalRenderingInfoEXT const & () const | |
operator VkCommandBufferInheritanceConditionalRenderingInfoEXT & () | |
bool | operator== (CommandBufferInheritanceConditionalRenderingInfoEXT const &rhs) const |
bool | operator!= (CommandBufferInheritanceConditionalRenderingInfoEXT const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
Bool32 | conditionalRenderingEnable |
Private Attributes | |
StructureType | sType = StructureType::eCommandBufferInheritanceConditionalRenderingInfoEXT |
Definition at line 18621 of file vulkan.hpp.
|
inline |
Definition at line 18623 of file vulkan.hpp.
|
inline |
|
inline |
Definition at line 18655 of file vulkan.hpp.
|
inline |
Definition at line 18650 of file vulkan.hpp.
|
inline |
Definition at line 18667 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 18660 of file vulkan.hpp.
References conditionalRenderingEnable, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 18644 of file vulkan.hpp.
References conditionalRenderingEnable.
|
inline |
Definition at line 18638 of file vulkan.hpp.
References pNext.
Bool32 VULKAN_HPP_NAMESPACE::CommandBufferInheritanceConditionalRenderingInfoEXT::conditionalRenderingEnable |
Definition at line 18677 of file vulkan.hpp.
Referenced by operator==(), and setConditionalRenderingEnable().
const void* VULKAN_HPP_NAMESPACE::CommandBufferInheritanceConditionalRenderingInfoEXT::pNext = nullptr |
Definition at line 18676 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 18673 of file vulkan.hpp.
Referenced by operator==().