|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo:Data Fields | |
| const void * | pNext = nullptr |
| RenderPass | renderPass |
| uint32_t | subpass |
| Framebuffer | framebuffer |
| Bool32 | occlusionQueryEnable |
| QueryControlFlags | queryFlags |
| QueryPipelineStatisticFlags | pipelineStatistics |
Private Attributes | |
| StructureType | sType = StructureType::eCommandBufferInheritanceInfo |
Definition at line 24436 of file vulkan.hpp.
|
inline |
Definition at line 24438 of file vulkan.hpp.
|
inline |
Definition at line 24453 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 24510 of file vulkan.hpp.
|
inline |
Definition at line 24505 of file vulkan.hpp.
|
inline |
Definition at line 24527 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 24515 of file vulkan.hpp.
References framebuffer, occlusionQueryEnable, pipelineStatistics, pNext, queryFlags, renderPass, sType, and subpass.
Referenced by operator!=().
|
inline |
Definition at line 24481 of file vulkan.hpp.
|
inline |
Definition at line 24487 of file vulkan.hpp.
References occlusionQueryEnable.
|
inline |
Definition at line 24499 of file vulkan.hpp.
References pipelineStatistics.
|
inline |
Definition at line 24463 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 24493 of file vulkan.hpp.
References queryFlags.
|
inline |
Definition at line 24469 of file vulkan.hpp.
References renderPass.
|
inline |
Definition at line 24475 of file vulkan.hpp.
References subpass.
| Framebuffer VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo::framebuffer |
Definition at line 24539 of file vulkan.hpp.
Referenced by operator==().
| Bool32 VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo::occlusionQueryEnable |
Definition at line 24540 of file vulkan.hpp.
Referenced by operator==(), and setOcclusionQueryEnable().
| QueryPipelineStatisticFlags VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo::pipelineStatistics |
Definition at line 24542 of file vulkan.hpp.
Referenced by operator==(), and setPipelineStatistics().
| const void* VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo::pNext = nullptr |
Definition at line 24536 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
| QueryControlFlags VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo::queryFlags |
Definition at line 24541 of file vulkan.hpp.
Referenced by operator==(), and setQueryFlags().
| RenderPass VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo::renderPass |
Definition at line 24537 of file vulkan.hpp.
Referenced by operator==(), and setRenderPass().
|
private |
Definition at line 24533 of file vulkan.hpp.
Referenced by operator==().
| uint32_t VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo::subpass |
Definition at line 24538 of file vulkan.hpp.
Referenced by operator==(), and setSubpass().