Searched defs:FramebufferAttachmentImageInfo (Results 1 – 4 of 4) sorted by relevance
37004 struct FramebufferAttachmentImageInfo struct37006 using NativeType = VkFramebufferAttachmentImageInfo;37008 static const bool allowDuplicate = false;37009 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentImageInfo;37012 …VULKAN_HPP_CONSTEXPR FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_… in FramebufferAttachmentImageInfo() function37033 … FramebufferAttachmentImageInfo( VkFramebufferAttachmentImageInfo const & rhs ) VULKAN_HPP_NOEXCEPT in FramebufferAttachmentImageInfo() function37039 …FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags … in FramebufferAttachmentImageInfo() function37063 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo const *>( &rhs ); in operator =()37068 …P_CONSTEXPR_14 FramebufferAttachmentImageInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()37074 …AttachmentImageInfo & setFlags( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()[all …]
38088 struct FramebufferAttachmentImageInfo struct38090 using NativeType = VkFramebufferAttachmentImageInfo;38092 static const bool allowDuplicate = false;38093 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentImageInfo;38096 …VULKAN_HPP_CONSTEXPR FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_… in FramebufferAttachmentImageInfo() argument38117 … FramebufferAttachmentImageInfo( VkFramebufferAttachmentImageInfo const & rhs ) VULKAN_HPP_NOEXCEPT in FramebufferAttachmentImageInfo() argument38123 …FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags … in FramebufferAttachmentImageInfo() argument38147 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo const *>( &rhs ); in operator =()38152 …P_CONSTEXPR_14 FramebufferAttachmentImageInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()38158 …AttachmentImageInfo & setFlags( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()[all …]
37929 struct FramebufferAttachmentImageInfo struct37931 using NativeType = VkFramebufferAttachmentImageInfo;37933 static const bool allowDuplicate = false;37934 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentImageInfo;37937 …VULKAN_HPP_CONSTEXPR FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_… in FramebufferAttachmentImageInfo() argument37958 … FramebufferAttachmentImageInfo( VkFramebufferAttachmentImageInfo const & rhs ) VULKAN_HPP_NOEXCEPT in FramebufferAttachmentImageInfo() function37964 …FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags … in FramebufferAttachmentImageInfo() function37988 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo const *>( &rhs ); in operator =()37993 …P_CONSTEXPR_14 FramebufferAttachmentImageInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()37999 …AttachmentImageInfo & setFlags( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()[all …]
40279 attachment_image_infos: &'a [FramebufferAttachmentImageInfo], in attachment_image_infos()40296 pub struct FramebufferAttachmentImageInfo { struct40307 impl ::std::default::Default for FramebufferAttachmentImageInfo { argument40323 unsafe impl TaggedStructure for FramebufferAttachmentImageInfo { implementation40326 impl FramebufferAttachmentImageInfo { implementation40385 pub fn build(self) -> FramebufferAttachmentImageInfo { in build()