Home
last modified time | relevance | path

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

/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp10080 struct BindVideoSessionMemoryInfoKHR struct
10082 using NativeType = VkBindVideoSessionMemoryInfoKHR;
10084 static const bool allowDuplicate = false;
10085 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eBindVideoSessionMemoryInfoKHR;
10088 …VULKAN_HPP_CONSTEXPR BindVideoSessionMemoryInfoKHR( uint32_t memoryBindI… in BindVideoSessionMemoryInfoKHR() function
10103 BindVideoSessionMemoryInfoKHR( VkBindVideoSessionMemoryInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in BindVideoSessionMemoryInfoKHR() function
10113 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindVideoSessionMemoryInfoKHR const *>( &rhs ); in operator =()
10118 …PP_CONSTEXPR_14 BindVideoSessionMemoryInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
10124 …BindVideoSessionMemoryInfoKHR & setMemoryBindIndex( uint32_t memoryBindIndex_ ) VULKAN_HPP_NOEXCEPT in setMemoryBindIndex()
10130 …oSessionMemoryInfoKHR & setMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory_ ) VULKAN_HPP_NOEXCEPT in setMemory()
[all …]