Vulkan-Hpp
vk::SubresourceLayout2KHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSubresourceLayout2KHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SubresourceLayout2KHR (vk::SubresourceLayout subresourceLayout_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR SubresourceLayout2KHR (SubresourceLayout2KHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 SubresourceLayout2KHR (VkSubresourceLayout2KHR const &rhs) VULKAN_HPP_NOEXCEPT
 
SubresourceLayout2KHRoperator= (SubresourceLayout2KHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
SubresourceLayout2KHRoperator= (VkSubresourceLayout2KHR const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkSubresourceLayout2KHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkSubresourceLayout2KHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (SubresourceLayout2KHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (SubresourceLayout2KHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eSubresourceLayout2KHR
 
void * pNext = {}
 
vk::SubresourceLayout subresourceLayout = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 109536 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ SubresourceLayout2KHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::SubresourceLayout2KHR::SubresourceLayout2KHR ( vk::SubresourceLayout  subresourceLayout_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 109544 of file vulkan_structs.hpp.

◆ SubresourceLayout2KHR() [2/3]

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

◆ SubresourceLayout2KHR() [3/3]

vk::SubresourceLayout2KHR::SubresourceLayout2KHR ( VkSubresourceLayout2KHR const &  rhs)
inline

Definition at line 109552 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkSubresourceLayout2KHR &()

vk::SubresourceLayout2KHR::operator VkSubresourceLayout2KHR & ( )
inline

Definition at line 109571 of file vulkan_structs.hpp.

◆ operator VkSubresourceLayout2KHR const &()

vk::SubresourceLayout2KHR::operator VkSubresourceLayout2KHR const & ( ) const
inline

Definition at line 109566 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 109600 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

SubresourceLayout2KHR& vk::SubresourceLayout2KHR::operator= ( VkSubresourceLayout2KHR const &  rhs)
inline

Definition at line 109560 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 109591 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 109540 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 109608 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::SubresourceLayout2KHR::structureType = StructureType::eSubresourceLayout2KHR
static

Definition at line 109541 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::SubresourceLayout2KHR::sType = StructureType::eSubresourceLayout2KHR

Definition at line 109607 of file vulkan_structs.hpp.

◆ subresourceLayout

vk::SubresourceLayout vk::SubresourceLayout2KHR::subresourceLayout = {}

Definition at line 109609 of file vulkan_structs.hpp.


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