Vulkan-Hpp
vk::PhysicalDeviceDrmPropertiesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceDrmPropertiesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceDrmPropertiesEXT (vk::Bool32 hasPrimary_={}, vk::Bool32 hasRender_={}, int64_t primaryMajor_={}, int64_t primaryMinor_={}, int64_t renderMajor_={}, int64_t renderMinor_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceDrmPropertiesEXT (PhysicalDeviceDrmPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceDrmPropertiesEXT (VkPhysicalDeviceDrmPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceDrmPropertiesEXToperator= (PhysicalDeviceDrmPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceDrmPropertiesEXToperator= (VkPhysicalDeviceDrmPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDrmPropertiesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDrmPropertiesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceDrmPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceDrmPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceDrmPropertiesEXT
 
void * pNext = {}
 
vk::Bool32 hasPrimary = {}
 
vk::Bool32 hasRender = {}
 
int64_t primaryMajor = {}
 
int64_t primaryMinor = {}
 
int64_t renderMajor = {}
 
int64_t renderMinor = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDrmPropertiesEXT
 

Detailed Description

Definition at line 62835 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceDrmPropertiesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceDrmPropertiesEXT::PhysicalDeviceDrmPropertiesEXT ( vk::Bool32  hasPrimary_ = {},
vk::Bool32  hasRender_ = {},
int64_t  primaryMajor_ = {},
int64_t  primaryMinor_ = {},
int64_t  renderMajor_ = {},
int64_t  renderMinor_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 62843 of file vulkan_structs.hpp.

◆ PhysicalDeviceDrmPropertiesEXT() [2/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceDrmPropertiesEXT::PhysicalDeviceDrmPropertiesEXT ( PhysicalDeviceDrmPropertiesEXT const &  rhs)
default

◆ PhysicalDeviceDrmPropertiesEXT() [3/3]

vk::PhysicalDeviceDrmPropertiesEXT::PhysicalDeviceDrmPropertiesEXT ( VkPhysicalDeviceDrmPropertiesEXT const &  rhs)
inline

Definition at line 62862 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceDrmPropertiesEXT &()

vk::PhysicalDeviceDrmPropertiesEXT::operator VkPhysicalDeviceDrmPropertiesEXT & ( )
inline

Definition at line 62881 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceDrmPropertiesEXT const &()

vk::PhysicalDeviceDrmPropertiesEXT::operator VkPhysicalDeviceDrmPropertiesEXT const & ( ) const
inline

Definition at line 62876 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::PhysicalDeviceDrmPropertiesEXT::operator!= ( PhysicalDeviceDrmPropertiesEXT const &  rhs) const
inline

Definition at line 62919 of file vulkan_structs.hpp.

◆ operator=() [1/2]

PhysicalDeviceDrmPropertiesEXT& vk::PhysicalDeviceDrmPropertiesEXT::operator= ( PhysicalDeviceDrmPropertiesEXT const &  rhs)
default

◆ operator=() [2/2]

PhysicalDeviceDrmPropertiesEXT& vk::PhysicalDeviceDrmPropertiesEXT::operator= ( VkPhysicalDeviceDrmPropertiesEXT const &  rhs)
inline

Definition at line 62870 of file vulkan_structs.hpp.

◆ operator==()

bool vk::PhysicalDeviceDrmPropertiesEXT::operator== ( PhysicalDeviceDrmPropertiesEXT const &  rhs) const
inline

Definition at line 62908 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::PhysicalDeviceDrmPropertiesEXT::allowDuplicate = false
static

Definition at line 62839 of file vulkan_structs.hpp.

◆ hasPrimary

vk::Bool32 vk::PhysicalDeviceDrmPropertiesEXT::hasPrimary = {}

Definition at line 62928 of file vulkan_structs.hpp.

◆ hasRender

vk::Bool32 vk::PhysicalDeviceDrmPropertiesEXT::hasRender = {}

Definition at line 62929 of file vulkan_structs.hpp.

◆ pNext

void* vk::PhysicalDeviceDrmPropertiesEXT::pNext = {}

Definition at line 62927 of file vulkan_structs.hpp.

◆ primaryMajor

int64_t vk::PhysicalDeviceDrmPropertiesEXT::primaryMajor = {}

Definition at line 62930 of file vulkan_structs.hpp.

◆ primaryMinor

int64_t vk::PhysicalDeviceDrmPropertiesEXT::primaryMinor = {}

Definition at line 62931 of file vulkan_structs.hpp.

◆ renderMajor

int64_t vk::PhysicalDeviceDrmPropertiesEXT::renderMajor = {}

Definition at line 62932 of file vulkan_structs.hpp.

◆ renderMinor

int64_t vk::PhysicalDeviceDrmPropertiesEXT::renderMinor = {}

Definition at line 62933 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceDrmPropertiesEXT::structureType = StructureType::ePhysicalDeviceDrmPropertiesEXT
static

Definition at line 62840 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceDrmPropertiesEXT::sType = StructureType::ePhysicalDeviceDrmPropertiesEXT

Definition at line 62926 of file vulkan_structs.hpp.


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