Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkAcquireNextImageInfoKHR |
Public Attributes | |
vk::StructureType | sType = StructureType::eAcquireNextImageInfoKHR |
const void * | pNext = {} |
vk::SwapchainKHR | swapchain = {} |
uint64_t | timeout = {} |
vk::Semaphore | semaphore = {} |
vk::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 4266 of file vulkan_structs.hpp.
Definition at line 4268 of file vulkan_structs.hpp.
|
inline |
Definition at line 4274 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 4291 of file vulkan_structs.hpp.
|
inline |
Definition at line 4348 of file vulkan_structs.hpp.
|
inline |
Definition at line 4343 of file vulkan_structs.hpp.
|
inline |
Definition at line 4384 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 4299 of file vulkan_structs.hpp.
|
inline |
Definition at line 4374 of file vulkan_structs.hpp.
|
inline |
Definition at line 4336 of file vulkan_structs.hpp.
|
inline |
Definition at line 4330 of file vulkan_structs.hpp.
|
inline |
Definition at line 4306 of file vulkan_structs.hpp.
|
inline |
Definition at line 4324 of file vulkan_structs.hpp.
|
inline |
Definition at line 4312 of file vulkan_structs.hpp.
|
inline |
Definition at line 4318 of file vulkan_structs.hpp.
|
static |
Definition at line 4270 of file vulkan_structs.hpp.
uint32_t vk::AcquireNextImageInfoKHR::deviceMask = {} |
Definition at line 4397 of file vulkan_structs.hpp.
vk::Fence vk::AcquireNextImageInfoKHR::fence = {} |
Definition at line 4396 of file vulkan_structs.hpp.
const void* vk::AcquireNextImageInfoKHR::pNext = {} |
Definition at line 4392 of file vulkan_structs.hpp.
vk::Semaphore vk::AcquireNextImageInfoKHR::semaphore = {} |
Definition at line 4395 of file vulkan_structs.hpp.
|
static |
Definition at line 4271 of file vulkan_structs.hpp.
vk::StructureType vk::AcquireNextImageInfoKHR::sType = StructureType::eAcquireNextImageInfoKHR |
Definition at line 4391 of file vulkan_structs.hpp.
vk::SwapchainKHR vk::AcquireNextImageInfoKHR::swapchain = {} |
Definition at line 4393 of file vulkan_structs.hpp.
uint64_t vk::AcquireNextImageInfoKHR::timeout = {} |
Definition at line 4394 of file vulkan_structs.hpp.