Vulkan-Hpp
vk::PhysicalDeviceImageViewMinLodFeaturesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceImageViewMinLodFeaturesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceImageViewMinLodFeaturesEXT (vk::Bool32 minLod_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceImageViewMinLodFeaturesEXT (PhysicalDeviceImageViewMinLodFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceImageViewMinLodFeaturesEXT (VkPhysicalDeviceImageViewMinLodFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceImageViewMinLodFeaturesEXToperator= (PhysicalDeviceImageViewMinLodFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceImageViewMinLodFeaturesEXToperator= (VkPhysicalDeviceImageViewMinLodFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceImageViewMinLodFeaturesEXTsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceImageViewMinLodFeaturesEXTsetMinLod (vk::Bool32 minLod_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceImageViewMinLodFeaturesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceImageViewMinLodFeaturesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceImageViewMinLodFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceImageViewMinLodFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceImageViewMinLodFeaturesEXT
 
void * pNext = {}
 
vk::Bool32 minLod = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 69390 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceImageViewMinLodFeaturesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceImageViewMinLodFeaturesEXT::PhysicalDeviceImageViewMinLodFeaturesEXT ( vk::Bool32  minLod_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 69398 of file vulkan_structs.hpp.

◆ PhysicalDeviceImageViewMinLodFeaturesEXT() [2/3]

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

◆ PhysicalDeviceImageViewMinLodFeaturesEXT() [3/3]

vk::PhysicalDeviceImageViewMinLodFeaturesEXT::PhysicalDeviceImageViewMinLodFeaturesEXT ( VkPhysicalDeviceImageViewMinLodFeaturesEXT const &  rhs)
inline

Definition at line 69406 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceImageViewMinLodFeaturesEXT &()

vk::PhysicalDeviceImageViewMinLodFeaturesEXT::operator VkPhysicalDeviceImageViewMinLodFeaturesEXT & ( )
inline

Definition at line 69439 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceImageViewMinLodFeaturesEXT const &()

vk::PhysicalDeviceImageViewMinLodFeaturesEXT::operator VkPhysicalDeviceImageViewMinLodFeaturesEXT const & ( ) const
inline

Definition at line 69434 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 69468 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceImageViewMinLodFeaturesEXT& vk::PhysicalDeviceImageViewMinLodFeaturesEXT::operator= ( VkPhysicalDeviceImageViewMinLodFeaturesEXT const &  rhs)
inline

Definition at line 69414 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 69459 of file vulkan_structs.hpp.

◆ setMinLod()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceImageViewMinLodFeaturesEXT& vk::PhysicalDeviceImageViewMinLodFeaturesEXT::setMinLod ( vk::Bool32  minLod_)
inline

Definition at line 69427 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceImageViewMinLodFeaturesEXT& vk::PhysicalDeviceImageViewMinLodFeaturesEXT::setPNext ( void *  pNext_)
inline

Definition at line 69421 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 69394 of file vulkan_structs.hpp.

◆ minLod

vk::Bool32 vk::PhysicalDeviceImageViewMinLodFeaturesEXT::minLod = {}

Definition at line 69477 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 69476 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceImageViewMinLodFeaturesEXT::structureType = StructureType::ePhysicalDeviceImageViewMinLodFeaturesEXT
static

Definition at line 69395 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceImageViewMinLodFeaturesEXT::sType = StructureType::ePhysicalDeviceImageViewMinLodFeaturesEXT

Definition at line 69475 of file vulkan_structs.hpp.


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