Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkQueueFamilyProperties |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | QueueFamilyProperties (vk::QueueFlags queueFlags_={}, uint32_t queueCount_={}, uint32_t timestampValidBits_={}, vk::Extent3D minImageTransferGranularity_={}) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | QueueFamilyProperties (QueueFamilyProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
QueueFamilyProperties (VkQueueFamilyProperties const &rhs) VULKAN_HPP_NOEXCEPT | |
QueueFamilyProperties & | operator= (QueueFamilyProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
QueueFamilyProperties & | operator= (VkQueueFamilyProperties const &rhs) VULKAN_HPP_NOEXCEPT |
operator VkQueueFamilyProperties const & () const VULKAN_HPP_NOEXCEPT | |
operator VkQueueFamilyProperties & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (QueueFamilyProperties const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (QueueFamilyProperties const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::QueueFlags | queueFlags = {} |
uint32_t | queueCount = {} |
uint32_t | timestampValidBits = {} |
vk::Extent3D | minImageTransferGranularity = {} |
Definition at line 98374 of file vulkan_structs.hpp.
Definition at line 98376 of file vulkan_structs.hpp.
|
inline |
Definition at line 98379 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 98392 of file vulkan_structs.hpp.
|
inline |
Definition at line 98411 of file vulkan_structs.hpp.
|
inline |
Definition at line 98406 of file vulkan_structs.hpp.
|
inline |
Definition at line 98441 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 98400 of file vulkan_structs.hpp.
|
inline |
Definition at line 98431 of file vulkan_structs.hpp.
vk::Extent3D vk::QueueFamilyProperties::minImageTransferGranularity = {} |
Definition at line 98451 of file vulkan_structs.hpp.
uint32_t vk::QueueFamilyProperties::queueCount = {} |
Definition at line 98449 of file vulkan_structs.hpp.
vk::QueueFlags vk::QueueFamilyProperties::queueFlags = {} |
Definition at line 98448 of file vulkan_structs.hpp.
uint32_t vk::QueueFamilyProperties::timestampValidBits = {} |
Definition at line 98450 of file vulkan_structs.hpp.