• Home
  • Raw
  • Download

Lines Matching defs:DebugUtilsLabelEXT

19531   struct DebugUtilsLabelEXT  struct
19540DebugUtilsLabelEXT( const char * pLabelName_ = {}, std::array<float, 4> const & color_ = {}, const… in DebugUtilsLabelEXT() function
19549DebugUtilsLabelEXT( VkDebugUtilsLabelEXT const & rhs ) VULKAN_HPP_NOEXCEPT : DebugUtilsLabelEXT( *… in DebugUtilsLabelEXT() function
19556 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT const *>( &rhs ); in operator =()
19561 VULKAN_HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
19567 …HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setPLabelName( const char * pLabelName_ ) VULKAN_HPP_NOEXCEPT in setPLabelName()
19573 …N_HPP_CONSTEXPR_14 DebugUtilsLabelEXT & setColor( std::array<float, 4> color_ ) VULKAN_HPP_NOEXCEPT in setColor()
19580 explicit operator VkDebugUtilsLabelEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkDebugUtilsLabelEXT const&()
19585 explicit operator VkDebugUtilsLabelEXT &() VULKAN_HPP_NOEXCEPT in operator VkDebugUtilsLabelEXT&()
19596 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
19603 std::partial_ordering operator<=>( DebugUtilsLabelEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator <=>()
19619 bool operator==( DebugUtilsLabelEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
19625 bool operator!=( DebugUtilsLabelEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
19631 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eDebugUtilsLabelEXT;
19632 const void * pNext = {};
19633 const char * pLabelName = {};
19634 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<float, 4> color = {};