Vulkan-Hpp
vk::PhysicalDeviceSamplerFilterMinmaxProperties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceSamplerFilterMinmaxProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceSamplerFilterMinmaxProperties (vk::Bool32 filterMinmaxSingleComponentFormats_={}, vk::Bool32 filterMinmaxImageComponentMapping_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceSamplerFilterMinmaxProperties (PhysicalDeviceSamplerFilterMinmaxProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceSamplerFilterMinmaxProperties (VkPhysicalDeviceSamplerFilterMinmaxProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceSamplerFilterMinmaxPropertiesoperator= (PhysicalDeviceSamplerFilterMinmaxProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceSamplerFilterMinmaxPropertiesoperator= (VkPhysicalDeviceSamplerFilterMinmaxProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceSamplerFilterMinmaxProperties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceSamplerFilterMinmaxProperties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceSamplerFilterMinmaxProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceSamplerFilterMinmaxProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceSamplerFilterMinmaxProperties
 
void * pNext = {}
 
vk::Bool32 filterMinmaxSingleComponentFormats = {}
 
vk::Bool32 filterMinmaxImageComponentMapping = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 79745 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceSamplerFilterMinmaxProperties() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceSamplerFilterMinmaxProperties::PhysicalDeviceSamplerFilterMinmaxProperties ( vk::Bool32  filterMinmaxSingleComponentFormats_ = {},
vk::Bool32  filterMinmaxImageComponentMapping_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 79753 of file vulkan_structs.hpp.

◆ PhysicalDeviceSamplerFilterMinmaxProperties() [2/3]

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

◆ PhysicalDeviceSamplerFilterMinmaxProperties() [3/3]

vk::PhysicalDeviceSamplerFilterMinmaxProperties::PhysicalDeviceSamplerFilterMinmaxProperties ( VkPhysicalDeviceSamplerFilterMinmaxProperties const &  rhs)
inline

Definition at line 79764 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceSamplerFilterMinmaxProperties &()

vk::PhysicalDeviceSamplerFilterMinmaxProperties::operator VkPhysicalDeviceSamplerFilterMinmaxProperties & ( )
inline

Definition at line 79783 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceSamplerFilterMinmaxProperties const &()

vk::PhysicalDeviceSamplerFilterMinmaxProperties::operator VkPhysicalDeviceSamplerFilterMinmaxProperties const & ( ) const
inline

Definition at line 79778 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 79813 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceSamplerFilterMinmaxProperties& vk::PhysicalDeviceSamplerFilterMinmaxProperties::operator= ( VkPhysicalDeviceSamplerFilterMinmaxProperties const &  rhs)
inline

Definition at line 79772 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 79803 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 79749 of file vulkan_structs.hpp.

◆ filterMinmaxImageComponentMapping

vk::Bool32 vk::PhysicalDeviceSamplerFilterMinmaxProperties::filterMinmaxImageComponentMapping = {}

Definition at line 79823 of file vulkan_structs.hpp.

◆ filterMinmaxSingleComponentFormats

vk::Bool32 vk::PhysicalDeviceSamplerFilterMinmaxProperties::filterMinmaxSingleComponentFormats = {}

Definition at line 79822 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 79821 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceSamplerFilterMinmaxProperties::structureType = StructureType::ePhysicalDeviceSamplerFilterMinmaxProperties
static

Definition at line 79750 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceSamplerFilterMinmaxProperties::sType = StructureType::ePhysicalDeviceSamplerFilterMinmaxProperties

Definition at line 79820 of file vulkan_structs.hpp.


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