Searched defs:FramebufferAttachmentsCreateInfo (Results 1 – 4 of 4) sorted by relevance
37195 struct FramebufferAttachmentsCreateInfo struct37197 using NativeType = VkFramebufferAttachmentsCreateInfo;37199 static const bool allowDuplicate = false;37200 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;37203 …PP_CONSTEXPR FramebufferAttachmentsCreateInfo( uint32_t … in FramebufferAttachmentsCreateInfo() function37214 …FramebufferAttachmentsCreateInfo( VkFramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEX… in FramebufferAttachmentsCreateInfo() function37220 FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function37235 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>( &rhs ); in operator =()37240 …CONSTEXPR_14 FramebufferAttachmentsCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()37246 …sCreateInfo & setAttachmentImageInfoCount( uint32_t attachmentImageInfoCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()[all …]
38280 struct FramebufferAttachmentsCreateInfo struct38282 using NativeType = VkFramebufferAttachmentsCreateInfo;38284 static const bool allowDuplicate = false;38285 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;38288 …PP_CONSTEXPR FramebufferAttachmentsCreateInfo( uint32_t … in FramebufferAttachmentsCreateInfo() function38299 …FramebufferAttachmentsCreateInfo( VkFramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEX… in FramebufferAttachmentsCreateInfo() function38305 FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function38320 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>( &rhs ); in operator =()38325 …CONSTEXPR_14 FramebufferAttachmentsCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()38331 …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() argument38140 …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 …]
40229 pub struct FramebufferAttachmentsCreateInfo { struct40235 impl ::std::default::Default for FramebufferAttachmentsCreateInfo { argument40246 unsafe impl TaggedStructure for FramebufferAttachmentsCreateInfo { implementation40249 impl FramebufferAttachmentsCreateInfo { implementation40263 unsafe impl ExtendsFramebufferCreateInfo for FramebufferAttachmentsCreateInfo {} implementation40288 pub fn build(self) -> FramebufferAttachmentsCreateInfo { in build()