Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkMultisamplePropertiesEXT |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | MultisamplePropertiesEXT (vk::Extent2D maxSampleLocationGridSize_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | MultisamplePropertiesEXT (MultisamplePropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default |
MultisamplePropertiesEXT (VkMultisamplePropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT | |
MultisamplePropertiesEXT & | operator= (MultisamplePropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default |
MultisamplePropertiesEXT & | operator= (VkMultisamplePropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT |
operator VkMultisamplePropertiesEXT const & () const VULKAN_HPP_NOEXCEPT | |
operator VkMultisamplePropertiesEXT & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (MultisamplePropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (MultisamplePropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::StructureType | sType = StructureType::eMultisamplePropertiesEXT |
void * | pNext = {} |
vk::Extent2D | maxSampleLocationGridSize = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eMultisamplePropertiesEXT |
Definition at line 53591 of file vulkan_structs.hpp.
Definition at line 53593 of file vulkan_structs.hpp.
|
inline |
Definition at line 53599 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 53607 of file vulkan_structs.hpp.
|
inline |
Definition at line 53626 of file vulkan_structs.hpp.
|
inline |
Definition at line 53621 of file vulkan_structs.hpp.
|
inline |
Definition at line 53655 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 53615 of file vulkan_structs.hpp.
|
inline |
Definition at line 53646 of file vulkan_structs.hpp.
|
static |
Definition at line 53595 of file vulkan_structs.hpp.
vk::Extent2D vk::MultisamplePropertiesEXT::maxSampleLocationGridSize = {} |
Definition at line 53664 of file vulkan_structs.hpp.
void* vk::MultisamplePropertiesEXT::pNext = {} |
Definition at line 53663 of file vulkan_structs.hpp.
|
static |
Definition at line 53596 of file vulkan_structs.hpp.
vk::StructureType vk::MultisamplePropertiesEXT::sType = StructureType::eMultisamplePropertiesEXT |
Definition at line 53662 of file vulkan_structs.hpp.