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() argument
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.hpp26974 struct FramebufferAttachmentsCreateInfo struct
26976 using NativeType = VkFramebufferAttachmentsCreateInfo;
26978 static const bool allowDuplicate = false;
26979 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;
26982 VULKAN_HPP_CONSTEXPR FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() argument
26992FramebufferAttachmentsCreateInfo( VkFramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEX… in FramebufferAttachmentsCreateInfo() function
26997 FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function
27011 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>( &rhs ); in operator =()
27016 …CONSTEXPR_14 FramebufferAttachmentsCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
27023 … setAttachmentImageInfoCount( uint32_t attachmentImageInfoCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()
[all …]