Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp26407 struct FramebufferAttachmentsCreateInfo struct
26409 using NativeType = VkFramebufferAttachmentsCreateInfo;
26411 static const bool allowDuplicate = false;
26412 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;
26415 VULKAN_HPP_CONSTEXPR FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function
26425FramebufferAttachmentsCreateInfo( VkFramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEX… in FramebufferAttachmentsCreateInfo() function
26430 FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function
26444 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>( &rhs ); in operator =()
26449 FramebufferAttachmentsCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
26456 setAttachmentImageInfoCount( uint32_t attachmentImageInfoCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp43040 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() argument
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()
[all …]