RetroArch
Public Member Functions | Public Attributes | List of all members
VULKAN_HPP_NAMESPACE::QueueFamilyProperties Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::QueueFamilyProperties:
[legend]

Public Member Functions

 operator const VkQueueFamilyProperties & () const
 
bool operator== (QueueFamilyProperties const &rhs) const
 
bool operator!= (QueueFamilyProperties const &rhs) const
 

Public Attributes

QueueFlags queueFlags
 
uint32_t queueCount
 
uint32_t timestampValidBits
 
Extent3D minImageTransferGranularity
 

Member Function Documentation

◆ operator const VkQueueFamilyProperties &()

VULKAN_HPP_NAMESPACE::QueueFamilyProperties::operator const VkQueueFamilyProperties & ( ) const
inline

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::QueueFamilyProperties::operator!= ( QueueFamilyProperties const rhs) const
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::QueueFamilyProperties::operator== ( QueueFamilyProperties const rhs) const
inline
Here is the caller graph for this function:

Member Data Documentation

◆ minImageTransferGranularity

Extent3D VULKAN_HPP_NAMESPACE::QueueFamilyProperties::minImageTransferGranularity

◆ queueCount

uint32_t VULKAN_HPP_NAMESPACE::QueueFamilyProperties::queueCount

◆ queueFlags

QueueFlags VULKAN_HPP_NAMESPACE::QueueFamilyProperties::queueFlags

◆ timestampValidBits

uint32_t VULKAN_HPP_NAMESPACE::QueueFamilyProperties::timestampValidBits

The documentation for this struct was generated from the following file: