#include <vulkan_structs.hpp>
|
VULKAN_HPP_CONSTEXPR | PresentInfoKHR (uint32_t waitSemaphoreCount_={}, const vk::Semaphore *pWaitSemaphores_={}, uint32_t swapchainCount_={}, const vk::SwapchainKHR *pSwapchains_={}, const uint32_t *pImageIndices_={}, vk::Result *pResults_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
|
VULKAN_HPP_CONSTEXPR | PresentInfoKHR (PresentInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default |
|
| PresentInfoKHR (VkPresentInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT |
|
| PresentInfoKHR (vk::ArrayProxyNoTemporaries< const vk::Semaphore > const &waitSemaphores_, vk::ArrayProxyNoTemporaries< const vk::SwapchainKHR > const &swapchains_={}, vk::ArrayProxyNoTemporaries< const uint32_t > const &imageIndices_={}, vk::ArrayProxyNoTemporaries< vk::Result > const &results_={}, const void *pNext_=nullptr) |
|
PresentInfoKHR & | operator= (PresentInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default |
|
PresentInfoKHR & | operator= (VkPresentInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT |
|
VULKAN_HPP_CONSTEXPR_14 PresentInfoKHR & | setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT |
|
VULKAN_HPP_CONSTEXPR_14 PresentInfoKHR & | setWaitSemaphoreCount (uint32_t waitSemaphoreCount_) VULKAN_HPP_NOEXCEPT |
|
VULKAN_HPP_CONSTEXPR_14 PresentInfoKHR & | setPWaitSemaphores (const vk::Semaphore *pWaitSemaphores_) VULKAN_HPP_NOEXCEPT |
|
PresentInfoKHR & | setWaitSemaphores (vk::ArrayProxyNoTemporaries< const vk::Semaphore > const &waitSemaphores_) VULKAN_HPP_NOEXCEPT |
|
VULKAN_HPP_CONSTEXPR_14 PresentInfoKHR & | setSwapchainCount (uint32_t swapchainCount_) VULKAN_HPP_NOEXCEPT |
|
VULKAN_HPP_CONSTEXPR_14 PresentInfoKHR & | setPSwapchains (const vk::SwapchainKHR *pSwapchains_) VULKAN_HPP_NOEXCEPT |
|
PresentInfoKHR & | setSwapchains (vk::ArrayProxyNoTemporaries< const vk::SwapchainKHR > const &swapchains_) VULKAN_HPP_NOEXCEPT |
|
VULKAN_HPP_CONSTEXPR_14 PresentInfoKHR & | setPImageIndices (const uint32_t *pImageIndices_) VULKAN_HPP_NOEXCEPT |
|
PresentInfoKHR & | setImageIndices (vk::ArrayProxyNoTemporaries< const uint32_t > const &imageIndices_) VULKAN_HPP_NOEXCEPT |
|
VULKAN_HPP_CONSTEXPR_14 PresentInfoKHR & | setPResults (vk::Result *pResults_) VULKAN_HPP_NOEXCEPT |
|
PresentInfoKHR & | setResults (vk::ArrayProxyNoTemporaries< vk::Result > const &results_) VULKAN_HPP_NOEXCEPT |
|
| operator VkPresentInfoKHR const & () const VULKAN_HPP_NOEXCEPT |
|
| operator VkPresentInfoKHR & () VULKAN_HPP_NOEXCEPT |
|
bool | operator== (PresentInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
|
bool | operator!= (PresentInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
|
Definition at line 95883 of file vulkan_structs.hpp.
◆ NativeType
◆ PresentInfoKHR() [1/4]
VULKAN_HPP_CONSTEXPR vk::PresentInfoKHR::PresentInfoKHR |
( |
uint32_t |
waitSemaphoreCount_ = {} , |
|
|
const vk::Semaphore * |
pWaitSemaphores_ = {} , |
|
|
uint32_t |
swapchainCount_ = {} , |
|
|
const vk::SwapchainKHR * |
pSwapchains_ = {} , |
|
|
const uint32_t * |
pImageIndices_ = {} , |
|
|
vk::Result * |
pResults_ = {} , |
|
|
const void * |
pNext_ = nullptr |
|
) |
| |
|
inline |
◆ PresentInfoKHR() [2/4]
◆ PresentInfoKHR() [3/4]
◆ PresentInfoKHR() [4/4]
◆ operator VkPresentInfoKHR &()
◆ operator VkPresentInfoKHR const &()
◆ operator!=()
bool vk::PresentInfoKHR::operator!= |
( |
PresentInfoKHR const & |
rhs | ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
bool vk::PresentInfoKHR::operator== |
( |
PresentInfoKHR const & |
rhs | ) |
const |
|
inline |
◆ setImageIndices()
◆ setPImageIndices()
◆ setPNext()
◆ setPResults()
◆ setPSwapchains()
◆ setPWaitSemaphores()
◆ setResults()
◆ setSwapchainCount()
◆ setSwapchains()
◆ setWaitSemaphoreCount()
◆ setWaitSemaphores()
◆ allowDuplicate
const bool vk::PresentInfoKHR::allowDuplicate = false |
|
static |
◆ pImageIndices
const uint32_t* vk::PresentInfoKHR::pImageIndices = {} |
◆ pNext
const void* vk::PresentInfoKHR::pNext = {} |
◆ pResults
◆ pSwapchains
◆ pWaitSemaphores
◆ structureType
◆ sType
◆ swapchainCount
uint32_t vk::PresentInfoKHR::swapchainCount = {} |
◆ waitSemaphoreCount
uint32_t vk::PresentInfoKHR::waitSemaphoreCount = {} |
The documentation for this struct was generated from the following file: