RetroArch
|
#include <vulkan.hpp>
Public Member Functions | |
PresentInfoKHR (uint32_t waitSemaphoreCount_=0, const Semaphore *pWaitSemaphores_=nullptr, uint32_t swapchainCount_=0, const SwapchainKHR *pSwapchains_=nullptr, const uint32_t *pImageIndices_=nullptr, Result *pResults_=nullptr) | |
PresentInfoKHR (VkPresentInfoKHR const &rhs) | |
PresentInfoKHR & | operator= (VkPresentInfoKHR const &rhs) |
PresentInfoKHR & | setPNext (const void *pNext_) |
PresentInfoKHR & | setWaitSemaphoreCount (uint32_t waitSemaphoreCount_) |
PresentInfoKHR & | setPWaitSemaphores (const Semaphore *pWaitSemaphores_) |
PresentInfoKHR & | setSwapchainCount (uint32_t swapchainCount_) |
PresentInfoKHR & | setPSwapchains (const SwapchainKHR *pSwapchains_) |
PresentInfoKHR & | setPImageIndices (const uint32_t *pImageIndices_) |
PresentInfoKHR & | setPResults (Result *pResults_) |
operator const VkPresentInfoKHR & () const | |
bool | operator== (PresentInfoKHR const &rhs) const |
bool | operator!= (PresentInfoKHR const &rhs) const |
Public Attributes | |
const void * | pNext = nullptr |
uint32_t | waitSemaphoreCount |
const Semaphore * | pWaitSemaphores |
uint32_t | swapchainCount |
const SwapchainKHR * | pSwapchains |
const uint32_t * | pImageIndices |
Result * | pResults |
Private Attributes | |
StructureType | sType = StructureType::ePresentInfoKHR |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Result* VULKAN_HPP_NAMESPACE::PresentInfoKHR::pResults |
const SwapchainKHR* VULKAN_HPP_NAMESPACE::PresentInfoKHR::pSwapchains |
|
private |
uint32_t VULKAN_HPP_NAMESPACE::PresentInfoKHR::swapchainCount |
uint32_t VULKAN_HPP_NAMESPACE::PresentInfoKHR::waitSemaphoreCount |