Lines Matching refs:IndirectCommandsLayoutNV
2472 class IndirectCommandsLayoutNV;
3937 …VULKAN_HPP_NODISCARD VULKAN_HPP_RAII_NAMESPACE::IndirectCommandsLayoutNV createIndirectCommandsLay…
7551 class IndirectCommandsLayoutNV class
7562 IndirectCommandsLayoutNV( in IndirectCommandsLayoutNV() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::IndirectCommandsLayoutNV
7582 IndirectCommandsLayoutNV( in IndirectCommandsLayoutNV() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::IndirectCommandsLayoutNV
7592 IndirectCommandsLayoutNV( std::nullptr_t ) {} in IndirectCommandsLayoutNV() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::IndirectCommandsLayoutNV
7594 ~IndirectCommandsLayoutNV() in ~IndirectCommandsLayoutNV()
7605 IndirectCommandsLayoutNV() = delete;
7606 IndirectCommandsLayoutNV( IndirectCommandsLayoutNV const & ) = delete;
7607 IndirectCommandsLayoutNV( IndirectCommandsLayoutNV && rhs ) VULKAN_HPP_NOEXCEPT in IndirectCommandsLayoutNV() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::IndirectCommandsLayoutNV
7614 IndirectCommandsLayoutNV & operator=( IndirectCommandsLayoutNV const & ) = delete;
7615 IndirectCommandsLayoutNV & operator=( IndirectCommandsLayoutNV && rhs ) VULKAN_HPP_NOEXCEPT in operator =()
7635 VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV const & operator*() const VULKAN_HPP_NOEXCEPT in operator *()
7653 …VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV m_indirectCommandsLayout…
17632 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_RAII_NAMESPACE::IndirectCommandsLayoutNV
17637 return VULKAN_HPP_RAII_NAMESPACE::IndirectCommandsLayoutNV( *this, createInfo, allocator ); in createIndirectCommandsLayoutNV()