HDK
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkAcquireNextImageInfoKHR |
Public Attributes | |
VULKAN_HPP_NAMESPACE::StructureType | sType = StructureType::eAcquireNextImageInfoKHR |
const void * | pNext = {} |
VULKAN_HPP_NAMESPACE::SwapchainKHR | swapchain = {} |
uint64_t | timeout = {} |
VULKAN_HPP_NAMESPACE::Semaphore | semaphore = {} |
VULKAN_HPP_NAMESPACE::Fence | fence = {} |
uint32_t | deviceMask = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eAcquireNextImageInfoKHR |
Definition at line 3926 of file vulkan_structs.hpp.
Definition at line 3928 of file vulkan_structs.hpp.
|
inline |
Definition at line 3934 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 3951 of file vulkan_structs.hpp.
|
inline |
Definition at line 4008 of file vulkan_structs.hpp.
|
inline |
Definition at line 4003 of file vulkan_structs.hpp.
|
inline |
Definition at line 4044 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 3959 of file vulkan_structs.hpp.
|
inline |
Definition at line 4034 of file vulkan_structs.hpp.
|
inline |
Definition at line 3996 of file vulkan_structs.hpp.
|
inline |
Definition at line 3990 of file vulkan_structs.hpp.
|
inline |
Definition at line 3966 of file vulkan_structs.hpp.
|
inline |
Definition at line 3984 of file vulkan_structs.hpp.
|
inline |
Definition at line 3972 of file vulkan_structs.hpp.
|
inline |
Definition at line 3978 of file vulkan_structs.hpp.
|
static |
Definition at line 3930 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::AcquireNextImageInfoKHR::deviceMask = {} |
Definition at line 4057 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::Fence VULKAN_HPP_NAMESPACE::AcquireNextImageInfoKHR::fence = {} |
Definition at line 4056 of file vulkan_structs.hpp.
const void* VULKAN_HPP_NAMESPACE::AcquireNextImageInfoKHR::pNext = {} |
Definition at line 4052 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::Semaphore VULKAN_HPP_NAMESPACE::AcquireNextImageInfoKHR::semaphore = {} |
Definition at line 4055 of file vulkan_structs.hpp.
|
static |
Definition at line 3931 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::AcquireNextImageInfoKHR::sType = StructureType::eAcquireNextImageInfoKHR |
Definition at line 4051 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::SwapchainKHR VULKAN_HPP_NAMESPACE::AcquireNextImageInfoKHR::swapchain = {} |
Definition at line 4053 of file vulkan_structs.hpp.
uint64_t VULKAN_HPP_NAMESPACE::AcquireNextImageInfoKHR::timeout = {} |
Definition at line 4054 of file vulkan_structs.hpp.