Searched defs:FramebufferAttachmentsCreateInfo (Results 1 – 4 of 4) sorted by relevance
31008 struct FramebufferAttachmentsCreateInfo struct31010 using NativeType = VkFramebufferAttachmentsCreateInfo;31012 static const bool allowDuplicate = false;31013 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;31016 VULKAN_HPP_CONSTEXPR FramebufferAttachmentsCreateInfo(uint32_t attachmentImageInfoCount_ = {}, in FramebufferAttachmentsCreateInfo() function31027 FramebufferAttachmentsCreateInfo(VkFramebufferAttachmentsCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT in FramebufferAttachmentsCreateInfo() function31033 FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function31048 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>(&rhs); in operator =()31053 …HPP_CONSTEXPR_14 FramebufferAttachmentsCreateInfo &setPNext(const void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()31059 …entsCreateInfo &setAttachmentImageInfoCount(uint32_t attachmentImageInfoCount_) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()[all …]
30941 struct FramebufferAttachmentsCreateInfo struct30943 using NativeType = VkFramebufferAttachmentsCreateInfo;30945 static const bool allowDuplicate = false;30946 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;30949 …PP_CONSTEXPR FramebufferAttachmentsCreateInfo( uint32_t … in FramebufferAttachmentsCreateInfo() argument30960 …FramebufferAttachmentsCreateInfo( VkFramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEX… in FramebufferAttachmentsCreateInfo() function30966 FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function30981 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>( &rhs ); in operator =()30986 …CONSTEXPR_14 FramebufferAttachmentsCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()30992 …sCreateInfo & setAttachmentImageInfoCount( uint32_t attachmentImageInfoCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()[all …]
32104 struct FramebufferAttachmentsCreateInfo struct32106 using NativeType = VkFramebufferAttachmentsCreateInfo;32108 static const bool allowDuplicate = false;32109 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;32112 VULKAN_HPP_CONSTEXPR FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function32122 …FramebufferAttachmentsCreateInfo( VkFramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEX… in FramebufferAttachmentsCreateInfo() function32127 FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function32141 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>( &rhs ); in operator =()32146 …CONSTEXPR_14 FramebufferAttachmentsCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()32153 setAttachmentImageInfoCount( uint32_t attachmentImageInfoCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()[all …]
34824 pub struct FramebufferAttachmentsCreateInfo { struct34830 impl ::std::default::Default for FramebufferAttachmentsCreateInfo { argument34840 impl FramebufferAttachmentsCreateInfo { impl34854 unsafe impl ExtendsFramebufferCreateInfo for FramebufferAttachmentsCreateInfo {} implementation34878 pub fn build(self) -> FramebufferAttachmentsCreateInfo { in build()