Home
last modified time | relevance | path

Searched defs:FramebufferAttachmentsCreateInfo (Results 1 – 1 of 1) sorted by relevance

/device/generic/vulkan-cereal/include/vulkan/
Dvulkan.hpp58304 struct FramebufferAttachmentsCreateInfo struct
58306 static const bool allowDuplicate = false;
58310 …VULKAN_HPP_CONSTEXPR FramebufferAttachmentsCreateInfo(uint32_t attachmentImageInfoCount_ = {}, con… in FramebufferAttachmentsCreateInfo() function
58316FramebufferAttachmentsCreateInfo( VkFramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEX… in FramebufferAttachmentsCreateInfo() function
58322FramebufferAttachmentsCreateInfo( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const VULKAN_HPP_N… in FramebufferAttachmentsCreateInfo() function
58330 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>( &rhs ); in operator =()
58334 …tachmentsCreateInfo & operator=( FramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
58340 FramebufferAttachmentsCreateInfo & setPNext( const void* pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
58346 …sCreateInfo & setAttachmentImageInfoCount( uint32_t attachmentImageInfoCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()
58352 … VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo* pAttachmentImageInfos_ ) VULKAN_HPP_NOEXCEPT in setPAttachmentImageInfos()
[all …]