• Home
  • Raw
  • Download

Lines Matching defs:FramebufferAttachmentsCreateInfo

32477   struct FramebufferAttachmentsCreateInfo  struct
32479 using NativeType = VkFramebufferAttachmentsCreateInfo;
32481 static const bool allowDuplicate = false;
32482 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;
32486 VULKAN_HPP_CONSTEXPR FramebufferAttachmentsCreateInfo(uint32_t attachmentImageInfoCount_ = {}, cons… in FramebufferAttachmentsCreateInfo() function
32492FramebufferAttachmentsCreateInfo( VkFramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEX… in FramebufferAttachmentsCreateInfo() function
32497FramebufferAttachmentsCreateInfo( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const VULKAN_HPP_N… in FramebufferAttachmentsCreateInfo() function
32508 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>( &rhs ); in operator =()
32513 …CONSTEXPR_14 FramebufferAttachmentsCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
32519 …sCreateInfo & setAttachmentImageInfoCount( uint32_t attachmentImageInfoCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()
32525 …VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo * pAttachmentImageInfos_ ) VULKAN_HPP_NOEXCEPT in setPAttachmentImageInfos()
32532 …raries<const VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo> const & attachmentImageInfos_ )… in setAttachmentImageInfos()
32542 operator VkFramebufferAttachmentsCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkFramebufferAttachmentsCreateInfo const&()
32547 operator VkFramebufferAttachmentsCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkFramebufferAttachmentsCreateInfo&()
32558 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
32568 bool operator==( FramebufferAttachmentsCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
32580 bool operator!=( FramebufferAttachmentsCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
32587 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eFramebufferAttachmentsCreateInfo;
32588 const void * pNext = {};
32589 uint32_t attachmentImageInfoCount = {};
32590 const VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo * pAttachmentImageInfos = {};