• Home
  • Raw
  • Download

Lines Matching defs:FramebufferAttachmentsCreateInfo

43040   struct FramebufferAttachmentsCreateInfo  struct
43042 using NativeType = VkFramebufferAttachmentsCreateInfo;
43044 static const bool allowDuplicate = false;
43045 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;
43048 …PP_CONSTEXPR FramebufferAttachmentsCreateInfo( uint32_t … in FramebufferAttachmentsCreateInfo() function
43059FramebufferAttachmentsCreateInfo( VkFramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEX… in FramebufferAttachmentsCreateInfo() function
43065 FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function
43080 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>( &rhs ); in operator =()
43085 …CONSTEXPR_14 FramebufferAttachmentsCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
43091 …sCreateInfo & setAttachmentImageInfoCount( uint32_t attachmentImageInfoCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()
43098 …VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo * pAttachmentImageInfos_ ) VULKAN_HPP_NOEXCEPT in setPAttachmentImageInfos()
43105 FramebufferAttachmentsCreateInfo & setAttachmentImageInfos( in setAttachmentImageInfos()
43116 operator VkFramebufferAttachmentsCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkFramebufferAttachmentsCreateInfo const&()
43121 operator VkFramebufferAttachmentsCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkFramebufferAttachmentsCreateInfo&()
43135 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
43144 bool operator==( FramebufferAttachmentsCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
43154 bool operator!=( FramebufferAttachmentsCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
43161 … sType = StructureType::eFramebufferAttachmentsCreateInfo;
43162 const void * pNext = {};
43163 uint32_t attachmentImageInfoCount = {};
43164 const VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo * pAttachmentImageInfos = {};