Searched defs:FramebufferAttachmentsCreateInfo (Results 1 – 4 of 4) sorted by relevance
38419 struct FramebufferAttachmentsCreateInfo struct38421 using NativeType = VkFramebufferAttachmentsCreateInfo;38423 static const bool allowDuplicate = false;38424 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;38427 …PP_CONSTEXPR FramebufferAttachmentsCreateInfo( uint32_t … in FramebufferAttachmentsCreateInfo() argument38438 …FramebufferAttachmentsCreateInfo( VkFramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEX… in FramebufferAttachmentsCreateInfo() function38444 FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function38459 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>( &rhs ); in operator =()38464 …CONSTEXPR_14 FramebufferAttachmentsCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()38470 …sCreateInfo & setAttachmentImageInfoCount( uint32_t attachmentImageInfoCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()[all …]
38121 struct FramebufferAttachmentsCreateInfo struct38123 using NativeType = VkFramebufferAttachmentsCreateInfo;38125 static const bool allowDuplicate = false;38126 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;38129 …PP_CONSTEXPR FramebufferAttachmentsCreateInfo( uint32_t … in FramebufferAttachmentsCreateInfo() function38140 …FramebufferAttachmentsCreateInfo( VkFramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEX… in FramebufferAttachmentsCreateInfo() function38146 FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function38161 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>( &rhs ); in operator =()38166 …CONSTEXPR_14 FramebufferAttachmentsCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()38172 …sCreateInfo & setAttachmentImageInfoCount( uint32_t attachmentImageInfoCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()[all …]
46420 struct FramebufferAttachmentsCreateInfo struct46422 using NativeType = VkFramebufferAttachmentsCreateInfo;46424 static const bool allowDuplicate = false;46425 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;46428 …PP_CONSTEXPR FramebufferAttachmentsCreateInfo( uint32_t … in FramebufferAttachmentsCreateInfo() argument46439 …FramebufferAttachmentsCreateInfo( VkFramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEX… in FramebufferAttachmentsCreateInfo() function46445 FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function46460 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>( &rhs ); in operator =()46465 …CONSTEXPR_14 FramebufferAttachmentsCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()46471 …sCreateInfo & setAttachmentImageInfoCount( uint32_t attachmentImageInfoCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()[all …]
40229 pub struct FramebufferAttachmentsCreateInfo { struct40235 impl ::std::default::Default for FramebufferAttachmentsCreateInfo { argument40246 unsafe impl TaggedStructure for FramebufferAttachmentsCreateInfo { implementation40249 impl FramebufferAttachmentsCreateInfo { impl40263 unsafe impl ExtendsFramebufferCreateInfo for FramebufferAttachmentsCreateInfo {} implementation40288 pub fn build(self) -> FramebufferAttachmentsCreateInfo { in build()