Home
last modified time | relevance | path

Searched defs:CommandBufferBeginInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp11409 struct CommandBufferBeginInfo struct
11411 using NativeType = VkCommandBufferBeginInfo;
11417 VULKAN_HPP_CONSTEXPR CommandBufferBeginInfo( in CommandBufferBeginInfo() function
11426 CommandBufferBeginInfo( VkCommandBufferBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in CommandBufferBeginInfo() function
11435 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo const *>( &rhs ); in operator =()
11440 CommandBufferBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
11446 …ferBeginInfo & setFlags( VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
11452 CommandBufferBeginInfo & setPInheritanceInfo( in setPInheritanceInfo()
11460 operator VkCommandBufferBeginInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkCommandBufferBeginInfo const&()
11465 operator VkCommandBufferBeginInfo &() VULKAN_HPP_NOEXCEPT in operator VkCommandBufferBeginInfo&()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp13943 struct CommandBufferBeginInfo struct
13945 using NativeType = VkCommandBufferBeginInfo;
13947 static const bool allowDuplicate = false;
13948 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferBeginInfo;
13951 …VULKAN_HPP_CONSTEXPR CommandBufferBeginInfo( VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags … in CommandBufferBeginInfo() function
13962 CommandBufferBeginInfo( VkCommandBufferBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in CommandBufferBeginInfo() function
13972 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo const *>( &rhs ); in operator =()
13977 …ULKAN_HPP_CONSTEXPR_14 CommandBufferBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
13983 …ferBeginInfo & setFlags( VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
13990 … const VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo * pInheritanceInfo_ ) VULKAN_HPP_NOEXCEPT in setPInheritanceInfo()
[all …]