Searched defs:VkCommandBufferBeginInfo (Results 1 - 4 of 4) sorted by relevance

/prebuilts/ndk/current/sources/third_party/vulkan/src/include/vulkan/
H A Dvulkan.h2109 typedef struct VkCommandBufferBeginInfo { struct
2114 } VkCommandBufferBeginInfo; typedef in typeref:struct:VkCommandBufferBeginInfo
2343 typedef VkResult (VKAPI_PTR *PFN_vkBeginCommandBuffer)(VkCommandBuffer commandBuffer, const VkCommandBufferBeginInfo* pBeginInfo);
2885 const VkCommandBufferBeginInfo* pBeginInfo);
H A Dvulkan.hpp10984 CommandBufferBeginInfo( VkCommandBufferBeginInfo const & rhs )
10989 CommandBufferBeginInfo& operator=( VkCommandBufferBeginInfo const & rhs )
11019 operator const VkCommandBufferBeginInfo&() const
11021 return *reinterpret_cast<const VkCommandBufferBeginInfo*>(this);
11045 static_assert( sizeof( CommandBufferBeginInfo ) == sizeof( VkCommandBufferBeginInfo ), "struct and wrapper have different size!" );
13782 return static_cast<Result>( vkBeginCommandBuffer( m_commandBuffer, reinterpret_cast<const VkCommandBufferBeginInfo*>( pBeginInfo ) ) );
13788 Result result = static_cast<Result>( vkBeginCommandBuffer( m_commandBuffer, reinterpret_cast<const VkCommandBufferBeginInfo*>( &beginInfo ) ) );
/prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
H A Dvulkan.h2109 typedef struct VkCommandBufferBeginInfo { struct
2114 } VkCommandBufferBeginInfo; typedef in typeref:struct:VkCommandBufferBeginInfo
2343 typedef VkResult (VKAPI_PTR *PFN_vkBeginCommandBuffer)(VkCommandBuffer commandBuffer, const VkCommandBufferBeginInfo* pBeginInfo);
2885 const VkCommandBufferBeginInfo* pBeginInfo);
H A Dvulkan.hpp10984 CommandBufferBeginInfo( VkCommandBufferBeginInfo const & rhs )
10989 CommandBufferBeginInfo& operator=( VkCommandBufferBeginInfo const & rhs )
11019 operator const VkCommandBufferBeginInfo&() const
11021 return *reinterpret_cast<const VkCommandBufferBeginInfo*>(this);
11045 static_assert( sizeof( CommandBufferBeginInfo ) == sizeof( VkCommandBufferBeginInfo ), "struct and wrapper have different size!" );
13782 return static_cast<Result>( vkBeginCommandBuffer( m_commandBuffer, reinterpret_cast<const VkCommandBufferBeginInfo*>( pBeginInfo ) ) );
13788 Result result = static_cast<Result>( vkBeginCommandBuffer( m_commandBuffer, reinterpret_cast<const VkCommandBufferBeginInfo*>( &beginInfo ) ) );

Completed in 183 milliseconds