Searched defs:CommandBufferBeginInfo (Results 1 – 6 of 6) sorted by relevance
1781 begin_info: &vk::CommandBufferBeginInfo, in begin_command_buffer()
1143 p_begin_info: *const CommandBufferBeginInfo, constant2933 _p_begin_info: *const CommandBufferBeginInfo, in load()4541 p_begin_info: *const CommandBufferBeginInfo, in begin_command_buffer()
6920 pub struct CommandBufferBeginInfo { struct6926 impl ::std::default::Default for CommandBufferBeginInfo { argument6936 impl CommandBufferBeginInfo { impl6987 pub fn build(self) -> CommandBufferBeginInfo { in build()
13142 struct CommandBufferBeginInfo struct13144 using NativeType = VkCommandBufferBeginInfo;13146 static const bool allowDuplicate = false;13147 …VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferBeginInfo;13150 …VULKAN_HPP_CONSTEXPR CommandBufferBeginInfo(VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags flags_ =… in CommandBufferBeginInfo() function13161 CommandBufferBeginInfo(VkCommandBufferBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT in CommandBufferBeginInfo() function13171 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo const *>(&rhs); in operator =()13176 VULKAN_HPP_CONSTEXPR_14 CommandBufferBeginInfo &setPNext(const void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()13182 …BufferBeginInfo &setFlags(VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags flags_) VULKAN_HPP_NOEXCEPT in setFlags()13189 …fo(const VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo *pInheritanceInfo_) VULKAN_HPP_NOEXCEPT in setPInheritanceInfo()[all …]
13105 struct CommandBufferBeginInfo struct13107 using NativeType = VkCommandBufferBeginInfo;13109 static const bool allowDuplicate = false;13110 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferBeginInfo;13113 …VULKAN_HPP_CONSTEXPR CommandBufferBeginInfo( VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags … in CommandBufferBeginInfo() function13124 CommandBufferBeginInfo( VkCommandBufferBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in CommandBufferBeginInfo() function13134 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo const *>( &rhs ); in operator =()13139 …ULKAN_HPP_CONSTEXPR_14 CommandBufferBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()13145 …ferBeginInfo & setFlags( VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()13152 … const VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo * pInheritanceInfo_ ) VULKAN_HPP_NOEXCEPT in setPInheritanceInfo()[all …]
13733 struct CommandBufferBeginInfo struct13735 using NativeType = VkCommandBufferBeginInfo;13741 VULKAN_HPP_CONSTEXPR CommandBufferBeginInfo( in CommandBufferBeginInfo() function13750 CommandBufferBeginInfo( VkCommandBufferBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in CommandBufferBeginInfo() function13759 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo const *>( &rhs ); in operator =()13764 …ULKAN_HPP_CONSTEXPR_14 CommandBufferBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()13771 setFlags( VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()13777 VULKAN_HPP_CONSTEXPR_14 CommandBufferBeginInfo & setPInheritanceInfo( in setPInheritanceInfo()13785 explicit operator VkCommandBufferBeginInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkCommandBufferBeginInfo const&()13790 explicit operator VkCommandBufferBeginInfo &() VULKAN_HPP_NOEXCEPT in operator VkCommandBufferBeginInfo&()[all …]