Lines Matching defs:DirectDriverLoadingListLUNARG
28287 struct DirectDriverLoadingListLUNARG struct
28289 using NativeType = VkDirectDriverLoadingListLUNARG;
28291 static const bool allowDuplicate = false;
28292 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDirectDriverLoadingListLUNARG;
28295 VULKAN_HPP_CONSTEXPR DirectDriverLoadingListLUNARG( in DirectDriverLoadingListLUNARG() function
28309 DirectDriverLoadingListLUNARG( VkDirectDriverLoadingListLUNARG const & rhs ) VULKAN_HPP_NOEXCEPT in DirectDriverLoadingListLUNARG() function
28315 …DirectDriverLoadingListLUNARG( VULKAN_HPP_NAMESPACE::DirectDriverLoadingModeLUNARG … in DirectDriverLoadingListLUNARG() function
28328 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DirectDriverLoadingListLUNARG const *>( &rhs ); in operator =()
28333 …LKAN_HPP_CONSTEXPR_14 DirectDriverLoadingListLUNARG & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
28339 …stLUNARG & setMode( VULKAN_HPP_NAMESPACE::DirectDriverLoadingModeLUNARG mode_ ) VULKAN_HPP_NOEXCEPT in setMode()
28345 …EXPR_14 DirectDriverLoadingListLUNARG & setDriverCount( uint32_t driverCount_ ) VULKAN_HPP_NOEXCEPT in setDriverCount()
28352 …rivers( const VULKAN_HPP_NAMESPACE::DirectDriverLoadingInfoLUNARG * pDrivers_ ) VULKAN_HPP_NOEXCEPT in setPDrivers()
28359 DirectDriverLoadingListLUNARG & setDrivers( in setDrivers()
28369 operator VkDirectDriverLoadingListLUNARG const &() const VULKAN_HPP_NOEXCEPT in operator VkDirectDriverLoadingListLUNARG const&()
28374 operator VkDirectDriverLoadingListLUNARG &() VULKAN_HPP_NOEXCEPT in operator VkDirectDriverLoadingListLUNARG&()
28389 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
28395 bool operator==( DirectDriverLoadingListLUNARG const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
28404 bool operator!=( DirectDriverLoadingListLUNARG const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
28410 …:StructureType sType = StructureType::eDirectDriverLoadingListLUNARG;
28411 void * pNext = {};
28412 …ngModeLUNARG mode = VULKAN_HPP_NAMESPACE::DirectDriverLoadingModeLUNARG::eExclusive;
28413 uint32_t driverCount = {};
28414 const VULKAN_HPP_NAMESPACE::DirectDriverLoadingInfoLUNARG * pDrivers = {};