• Home
  • Raw
  • Download

Lines Matching full:dispatch

24   template <typename Dispatch>
28Dispatch const & d ) VULKAN_HPP_NOEXCEPT in createInstance()
38 template <typename Dispatch>
40 …eateInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) in createInstance()
59 template <typename Dispatch>
60 …E typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::Instance, Dispatch>>::type createIns… in createInstanceUnique()
61 …eateInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) in createInstanceUnique()
76 …queHandle<VULKAN_HPP_NAMESPACE::Instance, Dispatch>( instance, detail::ObjectDestroy<detail::NoPar… in createInstanceUnique()
82 template <typename Dispatch>
83 …:destroy( const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator, Dispatch const & d ) const… in destroy()
91 template <typename Dispatch>
92 …y( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const… in destroy()
105 template <typename Dispatch>
108Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in enumeratePhysicalDevices()
118 typename Dispatch,
121 Instance::enumeratePhysicalDevices( Dispatch const & d ) const in enumeratePhysicalDevices()
152 typename Dispatch,
155 …eratePhysicalDevices( PhysicalDeviceAllocator & physicalDeviceAllocator, Dispatch const & d ) const in enumeratePhysicalDevices()
186 template <typename Dispatch>
187 …:getFeatures( VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures * pFeatures, Dispatch const & d ) const… in getFeatures()
195 template <typename Dispatch>
197 … PhysicalDevice::getFeatures( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
213 template <typename Dispatch>
216Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFormatProperties()
226 template <typename Dispatch>
228 …PhysicalDevice::getFormatProperties( VULKAN_HPP_NAMESPACE::Format format, Dispatch const & d ) con… in getFormatProperties()
244 template <typename Dispatch>
251Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageFormatProperties()
266 template <typename Dispatch>
273 Dispatch const & d ) const in getImageFormatProperties()
297 template <typename Dispatch>
299Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getProperties()
308 template <typename Dispatch>
310 … PhysicalDevice::getProperties( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getProperties()
326 template <typename Dispatch>
329Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getQueueFamilyProperties()
341 typename Dispatch,
344 … PhysicalDevice::getQueueFamilyProperties( Dispatch const & d ) const in getQueueFamilyProperties()
370 typename Dispatch,
373 …erties( QueueFamilyPropertiesAllocator & queueFamilyPropertiesAllocator, Dispatch const & d ) const in getQueueFamilyProperties()
398 template <typename Dispatch>
400Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryProperties()
410 template <typename Dispatch>
412 … PhysicalDevice::getMemoryProperties( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryProperties()
427 template <typename Dispatch>
428 …VULKAN_HPP_INLINE PFN_vkVoidFunction Instance::getProcAddr( const char * pName, Dispatch const & d… in getProcAddr()
436 template <typename Dispatch>
437 …PACE::PFN_VoidFunction Instance::getProcAddr( const std::string & name, Dispatch const & d ) const… in getProcAddr()
451 template <typename Dispatch>
452 …VULKAN_HPP_INLINE PFN_vkVoidFunction Device::getProcAddr( const char * pName, Dispatch const & d )… in getProcAddr()
460 template <typename Dispatch>
461 …ESPACE::PFN_VoidFunction Device::getProcAddr( const std::string & name, Dispatch const & d ) const… in getProcAddr()
475 template <typename Dispatch>
479Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createDevice()
490 template <typename Dispatch>
492 …fo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const in createDevice()
512 template <typename Dispatch>
513 …KAN_HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::Device, Dispatch>>::type
516Dispatch const & d ) const in createDeviceUnique()
532 …UniqueHandle<VULKAN_HPP_NAMESPACE::Device, Dispatch>( device, detail::ObjectDestroy<detail::NoPare… in createDeviceUnique()
538 template <typename Dispatch>
539 …:destroy( const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator, Dispatch const & d ) const… in destroy()
547 template <typename Dispatch>
548 …y( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const… in destroy()
562 template <typename Dispatch>
566Dispatch const & d ) VULKAN_HPP_NOEXCEPT in enumerateInstanceExtensionProperties()
578 typename Dispatch,
581 … enumerateInstanceExtensionProperties( Optional<const std::string> layerName, Dispatch const & d ) in enumerateInstanceExtensionProperties()
615 typename Dispatch,
620 Dispatch const & d ) in enumerateInstanceExtensionProperties()
653 template <typename Dispatch>
657Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in enumerateDeviceExtensionProperties()
669 typename Dispatch,
672 …umerateDeviceExtensionProperties( Optional<const std::string> layerName, Dispatch const & d ) const in enumerateDeviceExtensionProperties()
706 typename Dispatch,
711 Dispatch const & d ) const in enumerateDeviceExtensionProperties()
744 template <typename Dispatch>
747Dispatch const & d ) VULKAN_HPP_NOEXCEPT in enumerateInstanceLayerProperties()
757 typename Dispatch,
760 enumerateInstanceLayerProperties( Dispatch const & d ) in enumerateInstanceLayerProperties()
792 typename Dispatch,
795 …eInstanceLayerProperties( LayerPropertiesAllocator & layerPropertiesAllocator, Dispatch const & d ) in enumerateInstanceLayerProperties()
827 template <typename Dispatch>
830Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in enumerateDeviceLayerProperties()
841 typename Dispatch,
844 PhysicalDevice::enumerateDeviceLayerProperties( Dispatch const & d ) const in enumerateDeviceLayerProperties()
876 typename Dispatch,
879 …iceLayerProperties( LayerPropertiesAllocator & layerPropertiesAllocator, Dispatch const & d ) const in enumerateDeviceLayerProperties()
910 template <typename Dispatch>
912 …FamilyIndex, uint32_t queueIndex, VULKAN_HPP_NAMESPACE::Queue * pQueue, Dispatch const & d ) const… in getQueue()
920 template <typename Dispatch>
922 …Device::getQueue( uint32_t queueFamilyIndex, uint32_t queueIndex, Dispatch const & d ) const VULKA… in getQueue()
937 template <typename Dispatch>
941Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in submit()
950 template <typename Dispatch>
952 …MESPACE::SubmitInfo> const & submits, VULKAN_HPP_NAMESPACE::Fence fence, Dispatch const & d ) const in submit()
969 template <typename Dispatch>
970 …VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Queue::waitIdle( Dispatch const & d ) const VULKAN_H… in waitIdle()
977 template <typename Dispatch>
978 … VULKAN_HPP_INLINE typename ResultValueType<void>::type Queue::waitIdle( Dispatch const & d ) const in waitIdle()
994 template <typename Dispatch>
995 …VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::waitIdle( Dispatch const & d ) const VULKAN_… in waitIdle()
1002 template <typename Dispatch>
1003 …VULKAN_HPP_INLINE typename ResultValueType<void>::type Device::waitIdle( Dispatch const & d ) const in waitIdle()
1018 template <typename Dispatch>
1022Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in allocateMemory()
1033 template <typename Dispatch>
1037 Dispatch const & d ) const in allocateMemory()
1057 template <typename Dispatch>
1058 …P_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::DeviceMemory, Dispatch>>::type
1061Dispatch const & d ) const in allocateMemoryUnique()
1077 …UniqueHandle<VULKAN_HPP_NAMESPACE::DeviceMemory, Dispatch>( memory, detail::ObjectFree<Device, Dis… in allocateMemoryUnique()
1083 template <typename Dispatch>
1086Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in freeMemory()
1094 template <typename Dispatch>
1097Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in freeMemory()
1111 template <typename Dispatch>
1114Dispatch const & d ) const VULKAN_HPP_NOEXCEPT
1122 template <typename Dispatch>
1125Dispatch const & d ) const VULKAN_HPP_NOEXCEPT
1139 template <typename Dispatch>
1145Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in mapMemory()
1158 template <typename Dispatch>
1163Dispatch const & d ) const in mapMemory()
1184 template <typename Dispatch>
1185 …VULKAN_HPP_INLINE void Device::unmapMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, Dispatch co… in unmapMemory()
1192 template <typename Dispatch>
1195Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in flushMappedMemoryRanges()
1204 template <typename Dispatch>
1207Dispatch const & d ) const in flushMappedMemoryRanges()
1224 template <typename Dispatch>
1227Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in invalidateMappedMemoryRanges()
1237 template <typename Dispatch>
1240Dispatch const & d ) const in invalidateMappedMemoryRanges()
1256 template <typename Dispatch>
1259Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryCommitment()
1268 template <typename Dispatch>
1270Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryCommitment()
1286 template <typename Dispatch>
1290Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindBufferMemory()
1298 template <typename Dispatch>
1300 …ACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize memoryOffset, Dispatch const & d ) const in bindBufferMemory()
1317 template <typename Dispatch>
1321Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindImageMemory()
1329 template <typename Dispatch>
1331 …ACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize memoryOffset, Dispatch const & d ) const in bindImageMemory()
1348 template <typename Dispatch>
1351Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferMemoryRequirements()
1361 template <typename Dispatch>
1363 …Device::getBufferMemoryRequirements( VULKAN_HPP_NAMESPACE::Buffer buffer, Dispatch const & d ) con… in getBufferMemoryRequirements()
1378 template <typename Dispatch>
1381Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageMemoryRequirements()
1390 template <typename Dispatch>
1392 …Device::getImageMemoryRequirements( VULKAN_HPP_NAMESPACE::Image image, Dispatch const & d ) const … in getImageMemoryRequirements()
1408 template <typename Dispatch>
1412Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageSparseMemoryRequirements()
1425 typename Dispatch,
1430 …ce::getImageSparseMemoryRequirements( VULKAN_HPP_NAMESPACE::Image image, Dispatch const & d ) const in getImageSparseMemoryRequirements()
1457 typename Dispatch,
1464 Dispatch const & d ) const in getImageSparseMemoryRequirements()
1492 template <typename Dispatch>
1500Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSparseImageFormatProperties()
1518 typename Dispatch,
1527Dispatch const & d ) const in getSparseImageFormatProperties()
1567 typename Dispatch,
1577Dispatch const & d ) const in getSparseImageFormatProperties()
1615 template <typename Dispatch>
1619Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindSparse()
1628 template <typename Dispatch>
1630 …CE::BindSparseInfo> const & bindInfo, VULKAN_HPP_NAMESPACE::Fence fence, Dispatch const & d ) const in bindSparse()
1646 template <typename Dispatch>
1650Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createFence()
1661 template <typename Dispatch>
1663 …fo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const in createFence()
1683 template <typename Dispatch>
1684 …LINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::Fence, Dispatch>>::type Device::c… in createFenceUnique()
1685 …fo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const in createFenceUnique()
1701 …sult, UniqueHandle<VULKAN_HPP_NAMESPACE::Fence, Dispatch>( fence, detail::ObjectDestroy<Device, Di… in createFenceUnique()
1707 template <typename Dispatch>
1710Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyFence()
1718 template <typename Dispatch>
1721Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyFence()
1735 template <typename Dispatch>
1738Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
1746 template <typename Dispatch>
1749Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
1763 template <typename Dispatch>
1766Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resetFences()
1774 template <typename Dispatch>
1776 …NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::Fence> const & fences, Dispatch const & d ) const in resetFences()
1793 template <typename Dispatch>
1794 …NLINE Result Device::getFenceStatus( VULKAN_HPP_NAMESPACE::Fence fence, Dispatch const & d ) const… in getFenceStatus()
1801 template <typename Dispatch>
1802 …SPACE::Result Device::getFenceStatus( VULKAN_HPP_NAMESPACE::Fence fence, Dispatch const & d ) const in getFenceStatus()
1818 template <typename Dispatch>
1823Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in waitForFences()
1832 template <typename Dispatch>
1837Dispatch const & d ) const in waitForFences()
1854 template <typename Dispatch>
1858Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createSemaphore()
1869 template <typename Dispatch>
1873 Dispatch const & d ) const in createSemaphore()
1893 template <typename Dispatch>
1894 …_HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::Semaphore, Dispatch>>::type
1897Dispatch const & d ) const in createSemaphoreUnique()
1913 …UniqueHandle<VULKAN_HPP_NAMESPACE::Semaphore, Dispatch>( semaphore, detail::ObjectDestroy<Device, in createSemaphoreUnique()
1919 template <typename Dispatch>
1922Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySemaphore()
1931 template <typename Dispatch>
1934Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySemaphore()
1948 template <typename Dispatch>
1951Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
1960 template <typename Dispatch>
1963Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
1977 template <typename Dispatch>
1981Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createEvent()
1992 template <typename Dispatch>
1994 …fo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const in createEvent()
2014 template <typename Dispatch>
2015 …LINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::Event, Dispatch>>::type Device::c… in createEventUnique()
2016 …fo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const in createEventUnique()
2032 …sult, UniqueHandle<VULKAN_HPP_NAMESPACE::Event, Dispatch>( event, detail::ObjectDestroy<Device, Di… in createEventUnique()
2038 template <typename Dispatch>
2041Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyEvent()
2049 template <typename Dispatch>
2052Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyEvent()
2066 template <typename Dispatch>
2069Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2077 template <typename Dispatch>
2080Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2095 template <typename Dispatch>
2096 …NLINE Result Device::getEventStatus( VULKAN_HPP_NAMESPACE::Event event, Dispatch const & d ) const… in getEventStatus()
2103 template <typename Dispatch>
2104 …SPACE::Result Device::getEventStatus( VULKAN_HPP_NAMESPACE::Event event, Dispatch const & d ) const in getEventStatus()
2121 template <typename Dispatch>
2122 …_HPP_INLINE Result Device::setEvent( VULKAN_HPP_NAMESPACE::Event event, Dispatch const & d ) const… in setEvent()
2129 template <typename Dispatch>
2131Dispatch const & d ) const in setEvent()
2147 template <typename Dispatch>
2148 …PP_INLINE Result Device::resetEvent( VULKAN_HPP_NAMESPACE::Event event, Dispatch const & d ) const… in resetEvent()
2155 template <typename Dispatch>
2156 …eType<void>::type Device::resetEvent( VULKAN_HPP_NAMESPACE::Event event, Dispatch const & d ) const in resetEvent()
2171 template <typename Dispatch>
2175Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createQueryPool()
2186 template <typename Dispatch>
2190 Dispatch const & d ) const in createQueryPool()
2210 template <typename Dispatch>
2211 …_HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::QueryPool, Dispatch>>::type
2214Dispatch const & d ) const in createQueryPoolUnique()
2230 …UniqueHandle<VULKAN_HPP_NAMESPACE::QueryPool, Dispatch>( queryPool, detail::ObjectDestroy<Device, in createQueryPoolUnique()
2236 template <typename Dispatch>
2239Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyQueryPool()
2248 template <typename Dispatch>
2251Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyQueryPool()
2265 template <typename Dispatch>
2268Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2277 template <typename Dispatch>
2280Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2294 template <typename Dispatch>
2302Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getQueryPoolResults()
2319 typename Dispatch,
2328 Dispatch const & d ) const in getQueryPoolResults()
2353 template <typename DataType, typename Dispatch>
2359Dispatch const & d ) const in getQueryPoolResult()
2383 template <typename Dispatch>
2387Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createBuffer()
2398 template <typename Dispatch>
2400 …fo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const in createBuffer()
2420 template <typename Dispatch>
2421 …INE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::Buffer, Dispatch>>::type Device::c… in createBufferUnique()
2422 …fo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const in createBufferUnique()
2438 …ult, UniqueHandle<VULKAN_HPP_NAMESPACE::Buffer, Dispatch>( buffer, detail::ObjectDestroy<Device, D… in createBufferUnique()
2444 template <typename Dispatch>
2447Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyBuffer()
2455 template <typename Dispatch>
2458Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyBuffer()
2472 template <typename Dispatch>
2475Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2483 template <typename Dispatch>
2486Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2500 template <typename Dispatch>
2504Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createBufferView()
2515 template <typename Dispatch>
2519 Dispatch const & d ) const in createBufferView()
2539 template <typename Dispatch>
2540 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::BufferView, Dispatch>>::type
2543Dispatch const & d ) const in createBufferViewUnique()
2559 …, UniqueHandle<VULKAN_HPP_NAMESPACE::BufferView, Dispatch>( view, detail::ObjectDestroy<Device, Di… in createBufferViewUnique()
2565 template <typename Dispatch>
2568Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyBufferView()
2577 template <typename Dispatch>
2580Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyBufferView()
2594 template <typename Dispatch>
2597Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2606 template <typename Dispatch>
2609Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2623 template <typename Dispatch>
2627Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createImage()
2638 template <typename Dispatch>
2640 …fo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const in createImage()
2660 template <typename Dispatch>
2661 …LINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::Image, Dispatch>>::type Device::c… in createImageUnique()
2662 …fo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const in createImageUnique()
2678 …sult, UniqueHandle<VULKAN_HPP_NAMESPACE::Image, Dispatch>( image, detail::ObjectDestroy<Device, Di… in createImageUnique()
2684 template <typename Dispatch>
2687Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyImage()
2695 template <typename Dispatch>
2698Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyImage()
2712 template <typename Dispatch>
2715Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2723 template <typename Dispatch>
2726Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2740 template <typename Dispatch>
2744Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageSubresourceLayout()
2755 template <typename Dispatch>
2757 …mage image, const VULKAN_HPP_NAMESPACE::ImageSubresource & subresource, Dispatch const & d ) const… in getImageSubresourceLayout()
2775 template <typename Dispatch>
2779Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createImageView()
2790 template <typename Dispatch>
2794 Dispatch const & d ) const in createImageView()
2814 template <typename Dispatch>
2815 …_HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::ImageView, Dispatch>>::type
2818Dispatch const & d ) const in createImageViewUnique()
2834 …t, UniqueHandle<VULKAN_HPP_NAMESPACE::ImageView, Dispatch>( view, detail::ObjectDestroy<Device, Di… in createImageViewUnique()
2840 template <typename Dispatch>
2843Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyImageView()
2852 template <typename Dispatch>
2855Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyImageView()
2869 template <typename Dispatch>
2872Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2881 template <typename Dispatch>
2884Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2898 template <typename Dispatch>
2902Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createShaderModule()
2913 template <typename Dispatch>
2917 Dispatch const & d ) const in createShaderModule()
2937 template <typename Dispatch>
2938 …P_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::ShaderModule, Dispatch>>::type
2941Dispatch const & d ) const in createShaderModuleUnique()
2957 …ueHandle<VULKAN_HPP_NAMESPACE::ShaderModule, Dispatch>( shaderModule, detail::ObjectDestroy<Device… in createShaderModuleUnique()
2963 template <typename Dispatch>
2966Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyShaderModule()
2975 template <typename Dispatch>
2978Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyShaderModule()
2992 template <typename Dispatch>
2995Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
3004 template <typename Dispatch>
3007Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
3021 template <typename Dispatch>
3025Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createPipelineCache()
3036 template <typename Dispatch>
3040 Dispatch const & d ) const in createPipelineCache()
3060 template <typename Dispatch>
3061 …_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::PipelineCache, Dispatch>>::type
3064Dispatch const & d ) const in createPipelineCacheUnique()
3080 …Handle<VULKAN_HPP_NAMESPACE::PipelineCache, Dispatch>( pipelineCache, detail::ObjectDestroy<Device… in createPipelineCacheUnique()
3086 template <typename Dispatch>
3089Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPipelineCache()
3098 template <typename Dispatch>
3101Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPipelineCache()
3115 template <typename Dispatch>
3118Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
3127 template <typename Dispatch>
3130Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
3144 template <typename Dispatch>
3148Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPipelineCacheData()
3158 typename Dispatch,
3161 …getPipelineCacheData( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, Dispatch const & d ) const in getPipelineCacheData()
3193 typename Dispatch,
3196 …SPACE::PipelineCache pipelineCache, Uint8_tAllocator & uint8_tAllocator, Dispatch const & d ) const in getPipelineCacheData()
3228 template <typename Dispatch>
3232Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in mergePipelineCaches()
3241 template <typename Dispatch>
3245Dispatch const & d ) const in mergePipelineCaches()
3261 template <typename Dispatch>
3267Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createGraphicsPipelines()
3281 typename Dispatch,
3287Dispatch const & d… in createGraphicsPipelines()
3311 typename Dispatch,
3318Dispatch const & d… in createGraphicsPipelines()
3341 template <typename Dispatch>
3346Dispatch const & d ) const in createGraphicsPipeline()
3371 typename Dispatch,
3373 …lineAllocator::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>::value, int>::t…
3374 …NE ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAllocat…
3378Dispatch const & d… in createGraphicsPipelinesUnique()
3396 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAllocator> uniquePipel… in createGraphicsPipelinesUnique()
3398 detail::ObjectDestroy<Device, Dispatch> deleter( *this, allocator, d ); in createGraphicsPipelinesUnique()
3401 uniquePipelines.push_back( UniqueHandle<Pipeline, Dispatch>( pipeline, deleter ) ); in createGraphicsPipelinesUnique()
3403 …return ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAll… in createGraphicsPipelinesUnique()
3408 typename Dispatch,
3410 …lineAllocator::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>::value, int>::t…
3411 …NE ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAllocat…
3416Dispatch const & d… in createGraphicsPipelinesUnique()
3434 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAllocator> uniquePipel… in createGraphicsPipelinesUnique()
3436 detail::ObjectDestroy<Device, Dispatch> deleter( *this, allocator, d ); in createGraphicsPipelinesUnique()
3439 uniquePipelines.push_back( UniqueHandle<Pipeline, Dispatch>( pipeline, deleter ) ); in createGraphicsPipelinesUnique()
3441 …return ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAll… in createGraphicsPipelinesUnique()
3445 template <typename Dispatch>
3446 …HPP_NODISCARD VULKAN_HPP_INLINE ResultValue<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>
3450Dispatch const & d ) const in createGraphicsPipelineUnique()
3469 return ResultValue<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>( in createGraphicsPipelineUnique()
3470 …, UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>( pipeline, detail::ObjectDestroy<Device, in createGraphicsPipelineUnique()
3476 template <typename Dispatch>
3482Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createComputePipelines()
3496 typename Dispatch,
3502Dispatch const & d … in createComputePipelines()
3526 typename Dispatch,
3533Dispatch const & d … in createComputePipelines()
3556 template <typename Dispatch>
3561Dispatch const & d ) const in createComputePipeline()
3586 typename Dispatch,
3588 …lineAllocator::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>::value, int>::t…
3589 …NE ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAllocat…
3593Dispatch const & d … in createComputePipelinesUnique()
3611 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAllocator> uniquePipel… in createComputePipelinesUnique()
3613 detail::ObjectDestroy<Device, Dispatch> deleter( *this, allocator, d ); in createComputePipelinesUnique()
3616 uniquePipelines.push_back( UniqueHandle<Pipeline, Dispatch>( pipeline, deleter ) ); in createComputePipelinesUnique()
3618 …return ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAll… in createComputePipelinesUnique()
3623 typename Dispatch,
3625 …lineAllocator::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>::value, int>::t…
3626 …NE ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAllocat…
3631Dispatch const & d … in createComputePipelinesUnique()
3649 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAllocator> uniquePipel… in createComputePipelinesUnique()
3651 detail::ObjectDestroy<Device, Dispatch> deleter( *this, allocator, d ); in createComputePipelinesUnique()
3654 uniquePipelines.push_back( UniqueHandle<Pipeline, Dispatch>( pipeline, deleter ) ); in createComputePipelinesUnique()
3656 …return ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAll… in createComputePipelinesUnique()
3660 template <typename Dispatch>
3661 …HPP_NODISCARD VULKAN_HPP_INLINE ResultValue<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>
3665Dispatch const & d ) const in createComputePipelineUnique()
3684 return ResultValue<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>( in createComputePipelineUnique()
3685 …, UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>( pipeline, detail::ObjectDestroy<Device, in createComputePipelineUnique()
3691 template <typename Dispatch>
3694Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPipeline()
3703 template <typename Dispatch>
3706Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPipeline()
3720 template <typename Dispatch>
3723Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
3732 template <typename Dispatch>
3735Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
3749 template <typename Dispatch>
3753Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createPipelineLayout()
3764 template <typename Dispatch>
3768Dispatch const & d ) const in createPipelineLayout()
3788 template <typename Dispatch>
3789 …INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::PipelineLayout, Dispatch>>::type
3792Dispatch const & d ) const in createPipelineLayoutUnique()
3808 …andle<VULKAN_HPP_NAMESPACE::PipelineLayout, Dispatch>( pipelineLayout, detail::ObjectDestroy<Devic… in createPipelineLayoutUnique()
3814 template <typename Dispatch>
3817Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPipelineLayout()
3826 template <typename Dispatch>
3829Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPipelineLayout()
3843 template <typename Dispatch>
3846Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
3855 template <typename Dispatch>
3858Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
3872 template <typename Dispatch>
3876Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createSampler()
3887 template <typename Dispatch>
3889 …fo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const in createSampler()
3909 template <typename Dispatch>
3910 …NE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::Sampler, Dispatch>>::type Device::c… in createSamplerUnique()
3911 …fo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const in createSamplerUnique()
3927 …t, UniqueHandle<VULKAN_HPP_NAMESPACE::Sampler, Dispatch>( sampler, detail::ObjectDestroy<Device, D… in createSamplerUnique()
3933 template <typename Dispatch>
3936Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySampler()
3944 template <typename Dispatch>
3947Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySampler()
3961 template <typename Dispatch>
3964Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
3972 template <typename Dispatch>
3975Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
3989 template <typename Dispatch>
3993Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createDescriptorSetLayout()
4004 template <typename Dispatch>
4008Dispatch const & d ) const in createDescriptorSetLayout()
4028 template <typename Dispatch>
4029 …E typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::DescriptorSetLayout, Dispatch>>::type
4032Dispatch const & d ) const in createDescriptorSetLayoutUnique()
4048 …le<VULKAN_HPP_NAMESPACE::DescriptorSetLayout, Dispatch>( setLayout, detail::ObjectDestroy<Device, in createDescriptorSetLayoutUnique()
4054 template <typename Dispatch>
4057Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDescriptorSetLayout()
4067 template <typename Dispatch>
4070Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDescriptorSetLayout()
4085 template <typename Dispatch>
4088Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
4098 template <typename Dispatch>
4101Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
4116 template <typename Dispatch>
4120Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createDescriptorPool()
4131 template <typename Dispatch>
4135Dispatch const & d ) const in createDescriptorPool()
4155 template <typename Dispatch>
4156 …INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::DescriptorPool, Dispatch>>::type
4159Dispatch const & d ) const in createDescriptorPoolUnique()
4175 …andle<VULKAN_HPP_NAMESPACE::DescriptorPool, Dispatch>( descriptorPool, detail::ObjectDestroy<Devic… in createDescriptorPoolUnique()
4181 template <typename Dispatch>
4184Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDescriptorPool()
4193 template <typename Dispatch>
4196Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDescriptorPool()
4210 template <typename Dispatch>
4213Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
4222 template <typename Dispatch>
4225Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
4240 template <typename Dispatch>
4243Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resetDescriptorPool()
4251 template <typename Dispatch>
4254Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resetDescriptorPool()
4266 template <typename Dispatch>
4269Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in allocateDescriptorSets()
4280 typename Dispatch,
4283 …s( const VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo & allocateInfo, Dispatch const & d ) const in allocateDescriptorSets()
4300 typename Dispatch,
4305Dispatch const & d ) const in allocateDescriptorSets()
4323 typename Dispatch,
4325 …iptorSetAllocator::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::DescriptorSet, Dispatch>>::value,
4328 …typename ResultValueType<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::DescriptorSet, Dispatch>, …
4329 …e( const VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo & allocateInfo, Dispatch const & d ) const in allocateDescriptorSetsUnique()
4340 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::DescriptorSet, Dispatch>, DescriptorSetAllocator> u… in allocateDescriptorSetsUnique()
4342 …detail::PoolFree<Device, DescriptorPool, Dispatch> deleter( *this, allocateInfo.descriptorPool, d … in allocateDescriptorSetsUnique()
4345 … uniqueDescriptorSets.push_back( UniqueHandle<DescriptorSet, Dispatch>( descriptorSet, deleter ) ); in allocateDescriptorSetsUnique()
4352 typename Dispatch,
4354 …iptorSetAllocator::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::DescriptorSet, Dispatch>>::value,
4357 …typename ResultValueType<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::DescriptorSet, Dispatch>, …
4360Dispatch const & d ) const in allocateDescriptorSetsUnique()
4371 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::DescriptorSet, Dispatch>, DescriptorSetAllocator> u… in allocateDescriptorSetsUnique()
4373 …detail::PoolFree<Device, DescriptorPool, Dispatch> deleter( *this, allocateInfo.descriptorPool, d … in allocateDescriptorSetsUnique()
4376 … uniqueDescriptorSets.push_back( UniqueHandle<DescriptorSet, Dispatch>( descriptorSet, deleter ) ); in allocateDescriptorSetsUnique()
4384 template <typename Dispatch>
4388Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in freeDescriptorSets()
4399 template <typename Dispatch>
4402 Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in freeDescriptorSets()
4415 template <typename Dispatch>
4419Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in Result()
4430 template <typename Dispatch>
4433Dispatch const & d ) const VULK…
4446 template <typename Dispatch>
4451Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updateDescriptorSets()
4463 template <typename Dispatch>
4467Dispatch const & d ) const… in updateDescriptorSets()
4483 template <typename Dispatch>
4487Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createFramebuffer()
4498 template <typename Dispatch>
4502 Dispatch const & d ) const in createFramebuffer()
4522 template <typename Dispatch>
4523 …PP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::Framebuffer, Dispatch>>::type
4526Dispatch const & d ) const in createFramebufferUnique()
4542 …queHandle<VULKAN_HPP_NAMESPACE::Framebuffer, Dispatch>( framebuffer, detail::ObjectDestroy<Device,… in createFramebufferUnique()
4548 template <typename Dispatch>
4551Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyFramebuffer()
4560 template <typename Dispatch>
4563Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyFramebuffer()
4577 template <typename Dispatch>
4580Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
4589 template <typename Dispatch>
4592Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
4606 template <typename Dispatch>
4610Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createRenderPass()
4621 template <typename Dispatch>
4625 Dispatch const & d ) const in createRenderPass()
4645 template <typename Dispatch>
4646 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::RenderPass, Dispatch>>::type
4649Dispatch const & d ) const in createRenderPassUnique()
4665 …niqueHandle<VULKAN_HPP_NAMESPACE::RenderPass, Dispatch>( renderPass, detail::ObjectDestroy<Device,… in createRenderPassUnique()
4671 template <typename Dispatch>
4674Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyRenderPass()
4683 template <typename Dispatch>
4686Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyRenderPass()
4700 template <typename Dispatch>
4703Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
4712 template <typename Dispatch>
4715Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
4729 template <typename Dispatch>
4732Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getRenderAreaGranularity()
4740 template <typename Dispatch>
4742Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getRenderAreaGranularity()
4757 template <typename Dispatch>
4761Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createCommandPool()
4772 template <typename Dispatch>
4776 Dispatch const & d ) const in createCommandPool()
4796 template <typename Dispatch>
4797 …PP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::CommandPool, Dispatch>>::type
4800Dispatch const & d ) const in createCommandPoolUnique()
4816 …queHandle<VULKAN_HPP_NAMESPACE::CommandPool, Dispatch>( commandPool, detail::ObjectDestroy<Device,… in createCommandPoolUnique()
4822 template <typename Dispatch>
4825Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyCommandPool()
4834 template <typename Dispatch>
4837Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyCommandPool()
4851 template <typename Dispatch>
4854Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
4863 template <typename Dispatch>
4866Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
4881 template <typename Dispatch>
4884Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resetCommandPool()
4892 template <typename Dispatch>
4894 …mandPool commandPool, VULKAN_HPP_NAMESPACE::CommandPoolResetFlags flags, Dispatch const & d ) const in resetCommandPool()
4910 template <typename Dispatch>
4913Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in allocateCommandBuffers()
4924 typename Dispatch,
4927 …s( const VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo & allocateInfo, Dispatch const & d ) const in allocateCommandBuffers()
4944 typename Dispatch,
4949Dispatch const & d ) const in allocateCommandBuffers()
4967 typename Dispatch,
4969 …ndBufferAllocator::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::CommandBuffer, Dispatch>>::value,
4972 …typename ResultValueType<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::CommandBuffer, Dispatch>, …
4973 …e( const VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo & allocateInfo, Dispatch const & d ) const in allocateCommandBuffersUnique()
4984 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::CommandBuffer, Dispatch>, CommandBufferAllocator> u… in allocateCommandBuffersUnique()
4986 detail::PoolFree<Device, CommandPool, Dispatch> deleter( *this, allocateInfo.commandPool, d ); in allocateCommandBuffersUnique()
4989 … uniqueCommandBuffers.push_back( UniqueHandle<CommandBuffer, Dispatch>( commandBuffer, deleter ) ); in allocateCommandBuffersUnique()
4996 typename Dispatch,
4998 …ndBufferAllocator::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::CommandBuffer, Dispatch>>::value,
5001 …typename ResultValueType<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::CommandBuffer, Dispatch>, …
5004Dispatch const & d ) const in allocateCommandBuffersUnique()
5015 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::CommandBuffer, Dispatch>, CommandBufferAllocator> u… in allocateCommandBuffersUnique()
5017 detail::PoolFree<Device, CommandPool, Dispatch> deleter( *this, allocateInfo.commandPool, d ); in allocateCommandBuffersUnique()
5020 … uniqueCommandBuffers.push_back( UniqueHandle<CommandBuffer, Dispatch>( commandBuffer, deleter ) ); in allocateCommandBuffersUnique()
5028 template <typename Dispatch>
5032Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in freeCommandBuffers()
5043 template <typename Dispatch>
5046 Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in freeCommandBuffers()
5059 template <typename Dispatch>
5063Dispatch const & d ) const VULKAN_HPP_NOEXCEPT
5074 template <typename Dispatch>
5077Dispatch const & d ) const VULK…
5090 template <typename Dispatch>
5092Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in begin()
5101 template <typename Dispatch>
5103 …::begin( const VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo & beginInfo, Dispatch const & d ) const in begin()
5120 template <typename Dispatch>
5121 …VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result CommandBuffer::end( Dispatch const & d ) const VULKA… in end()
5128 template <typename Dispatch>
5129 …LKAN_HPP_INLINE typename ResultValueType<void>::type CommandBuffer::end( Dispatch const & d ) const in end()
5145 template <typename Dispatch>
5147Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in reset()
5154 template <typename Dispatch>
5155 …mmandBuffer::reset( VULKAN_HPP_NAMESPACE::CommandBufferResetFlags flags, Dispatch const & d ) const in reset()
5171 template <typename Dispatch>
5174Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindPipeline()
5182 template <typename Dispatch>
5186Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setViewport()
5194 template <typename Dispatch>
5197 Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setViewport()
5209 template <typename Dispatch>
5213Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setScissor()
5221 template <typename Dispatch>
5224Dispatch const & d ) const VULKAN_HPP_… in setScissor()
5236 template <typename Dispatch>
5237 …VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth, Dispatch const & d ) const VU… in setLineWidth()
5244 template <typename Dispatch>
5246 …thBiasConstantFactor, float depthBiasClamp, float depthBiasSlopeFactor, Dispatch const & d ) const… in setDepthBias()
5253 template <typename Dispatch>
5254 …VULKAN_HPP_INLINE void CommandBuffer::setBlendConstants( const float blendConstants[4], Dispatch c… in setBlendConstants()
5261 template <typename Dispatch>
5262 …mandBuffer::setDepthBounds( float minDepthBounds, float maxDepthBounds, Dispatch const & d ) const… in setDepthBounds()
5269 template <typename Dispatch>
5271 … VULKAN_HPP_NAMESPACE::StencilFaceFlags faceMask, uint32_t compareMask, Dispatch const & d ) const… in setStencilCompareMask()
5278 template <typename Dispatch>
5280 …k( VULKAN_HPP_NAMESPACE::StencilFaceFlags faceMask, uint32_t writeMask, Dispatch const & d ) const… in setStencilWriteMask()
5287 template <typename Dispatch>
5289 …e( VULKAN_HPP_NAMESPACE::StencilFaceFlags faceMask, uint32_t reference, Dispatch const & d ) const… in setStencilReference()
5296 template <typename Dispatch>
5304Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindDescriptorSets()
5319 template <typename Dispatch>
5325Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindDescriptorSets()
5344 template <typename Dispatch>
5348Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindIndexBuffer()
5358 template <typename Dispatch>
5363Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindVertexBuffers()
5375 template <typename Dispatch>
5379Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in bindVertexBuffers()
5403 template <typename Dispatch>
5405 …, uint32_t instanceCount, uint32_t firstVertex, uint32_t firstInstance, Dispatch const & d ) const… in draw()
5412 template <typename Dispatch>
5418 Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawIndexed()
5425 template <typename Dispatch>
5430Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawIndirect()
5438 template <typename Dispatch>
5443Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawIndexedIndirect()
5451 template <typename Dispatch>
5453 …CommandBuffer::dispatch( uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ, Dispatc… in dispatch() function in VULKAN_HPP_NAMESPACE::CommandBuffer
5460 template <typename Dispatch>
5463Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in dispatchIndirect()
5470 template <typename Dispatch>
5475Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBuffer()
5487 template <typename Dispatch>
5491 Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBuffer()
5507 template <typename Dispatch>
5514Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImage()
5528 template <typename Dispatch>
5534Dispatch const & d ) const VULKAN_H… in copyImage()
5552 template <typename Dispatch>
5560Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in blitImage()
5575 template <typename Dispatch>
5582Dispatch const & d ) const VULKAN_H… in blitImage()
5601 template <typename Dispatch>
5607Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBufferToImage()
5620 template <typename Dispatch>
5625Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBufferToImage()
5642 template <typename Dispatch>
5648Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImageToBuffer()
5661 template <typename Dispatch>
5666Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImageToBuffer()
5683 template <typename Dispatch>
5688Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updateBuffer()
5700 template <typename DataType, typename Dispatch>
5704Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updateBuffer()
5720 template <typename Dispatch>
5725Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in fillBuffer()
5736 template <typename Dispatch>
5742Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in clearColorImage()
5755 template <typename Dispatch>
5760Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in clearColorImage()
5777 template <typename Dispatch>
5783Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in clearDepthStencilImage()
5796 template <typename Dispatch>
5802 Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in clearDepthStencilImage()
5819 template <typename Dispatch>
5824Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in clearAttachments()
5836 template <typename Dispatch>
5839Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in clearAttachments()
5855 template <typename Dispatch>
5862Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resolveImage()
5876 template <typename Dispatch>
5882 Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resolveImage()
5900 template <typename Dispatch>
5903Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setEvent()
5910 template <typename Dispatch>
5913Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resetEvent()
5920 template <typename Dispatch>
5931Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in waitEvents()
5949 template <typename Dispatch>
5957Dispatch const & d ) cons… in waitEvents()
5979 template <typename Dispatch>
5989Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pipelineBarrier()
6006 template <typename Dispatch>
6014Dispatch const & d ) cons… in pipelineBarrier()
6035 template <typename Dispatch>
6039Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginQuery()
6047 template <typename Dispatch>
6048 …r::endQuery( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t query, Dispatch const & d ) const… in endQuery()
6055 template <typename Dispatch>
6059Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resetQueryPool()
6066 template <typename Dispatch>
6070Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in writeTimestamp()
6078 template <typename Dispatch>
6086Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyQueryPoolResults()
6100 template <typename Dispatch>
6106Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushConstants()
6119 template <typename ValuesType, typename Dispatch>
6124Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushConstants()
6141 template <typename Dispatch>
6144Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginRenderPass()
6154 template <typename Dispatch>
6157Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginRenderPass()
6169 template <typename Dispatch>
6170 …andBuffer::nextSubpass( VULKAN_HPP_NAMESPACE::SubpassContents contents, Dispatch const & d ) const… in nextSubpass()
6177 template <typename Dispatch>
6178 …VULKAN_HPP_INLINE void CommandBuffer::endRenderPass( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in endRenderPass()
6185 template <typename Dispatch>
6188Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in executeCommands()
6196 template <typename Dispatch>
6198Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in executeCommands()
6212 template <typename Dispatch>
6213 …KAN_HPP_INLINE Result enumerateInstanceVersion( uint32_t * pApiVersion, Dispatch const & d ) VULKA… in enumerateInstanceVersion()
6221 template <typename Dispatch>
6222 …_HPP_INLINE typename ResultValueType<uint32_t>::type enumerateInstanceVersion( Dispatch const & d ) in enumerateInstanceVersion()
6238 template <typename Dispatch>
6241Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindBufferMemory2()
6250 template <typename Dispatch>
6252 …oxy<const VULKAN_HPP_NAMESPACE::BindBufferMemoryInfo> const & bindInfos, Dispatch const & d ) const in bindBufferMemory2()
6268 template <typename Dispatch>
6271Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindImageMemory2()
6280 template <typename Dispatch>
6282 …roxy<const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo> const & bindInfos, Dispatch const & d ) const in bindImageMemory2()
6299 template <typename Dispatch>
6304Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getGroupPeerMemoryFeatures()
6314 template <typename Dispatch>
6316 …uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, Dispatch const & d ) co… in getGroupPeerMemoryFeatures()
6333 template <typename Dispatch>
6334 …VULKAN_HPP_INLINE void CommandBuffer::setDeviceMask( uint32_t deviceMask, Dispatch const & d ) con… in setDeviceMask()
6341 template <typename Dispatch>
6348 Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in dispatchBase()
6356 template <typename Dispatch>
6360Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in enumeratePhysicalDeviceGroups()
6372 typename Dispatch,
6378 Instance::enumeratePhysicalDeviceGroups( Dispatch const & d ) const in enumeratePhysicalDeviceGroups()
6411 typename Dispatch,
6417 …DeviceGroupPropertiesAllocator & physicalDeviceGroupPropertiesAllocator, Dispatch const & d ) const in enumeratePhysicalDeviceGroups()
6451 template <typename Dispatch>
6454Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageMemoryRequirements2()
6465 template <typename Dispatch>
6467 …ents2( const VULKAN_HPP_NAMESPACE::ImageMemoryRequirementsInfo2 & info, Dispatch const & d ) const… in getImageMemoryRequirements2()
6484 template <typename X, typename Y, typename... Z, typename Dispatch>
6486 …ents2( const VULKAN_HPP_NAMESPACE::ImageMemoryRequirementsInfo2 & info, Dispatch const & d ) const… in getImageMemoryRequirements2()
6505 template <typename Dispatch>
6508Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferMemoryRequirements2()
6519 template <typename Dispatch>
6521 …nts2( const VULKAN_HPP_NAMESPACE::BufferMemoryRequirementsInfo2 & info, Dispatch const & d ) const… in getBufferMemoryRequirements2()
6538 template <typename X, typename Y, typename... Z, typename Dispatch>
6540 …nts2( const VULKAN_HPP_NAMESPACE::BufferMemoryRequirementsInfo2 & info, Dispatch const & d ) const… in getBufferMemoryRequirements2()
6559 template <typename Dispatch>
6563Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageSparseMemoryRequirements2()
6576 typename Dispatch,
6581 …( const VULKAN_HPP_NAMESPACE::ImageSparseMemoryRequirementsInfo2 & info, Dispatch const & d ) const in getImageSparseMemoryRequirements2()
6610 typename Dispatch,
6617Dispatch const & d ) const in getImageSparseMemoryRequirements2()
6646 template <typename Dispatch>
6647 …etFeatures2( VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2 * pFeatures, Dispatch const & d ) const… in getFeatures2()
6655 template <typename Dispatch>
6657 … PhysicalDevice::getFeatures2( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures2()
6672 template <typename X, typename Y, typename... Z, typename Dispatch>
6674 … PhysicalDevice::getFeatures2( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures2()
6692 template <typename Dispatch>
6694Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getProperties2()
6703 template <typename Dispatch>
6705 … PhysicalDevice::getProperties2( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getProperties2()
6721 template <typename X, typename Y, typename... Z, typename Dispatch>
6723 … PhysicalDevice::getProperties2( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getProperties2()
6741 template <typename Dispatch>
6744Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFormatProperties2()
6754 template <typename Dispatch>
6756 …PhysicalDevice::getFormatProperties2( VULKAN_HPP_NAMESPACE::Format format, Dispatch const & d ) co… in getFormatProperties2()
6772 template <typename X, typename Y, typename... Z, typename Dispatch>
6774 …PhysicalDevice::getFormatProperties2( VULKAN_HPP_NAMESPACE::Format format, Dispatch const & d ) co… in getFormatProperties2()
6792 template <typename Dispatch>
6796Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageFormatProperties2()
6807 template <typename Dispatch>
6809 … VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch const & d ) const in getImageFormatProperties2()
6829 template <typename X, typename Y, typename... Z, typename Dispatch>
6831 … VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch const & d ) const in getImageFormatProperties2()
6853 template <typename Dispatch>
6856Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getQueueFamilyProperties2()
6868 typename Dispatch,
6871 … PhysicalDevice::getQueueFamilyProperties2( Dispatch const & d ) const in getQueueFamilyProperties2()
6898 typename Dispatch,
6901 …ies2( QueueFamilyProperties2Allocator & queueFamilyProperties2Allocator, Dispatch const & d ) const in getQueueFamilyProperties2()
6928 typename Dispatch,
6931 … PhysicalDevice::getQueueFamilyProperties2( Dispatch const & d ) const in getQueueFamilyProperties2()
6968 typename Dispatch,
6971 …eueFamilyProperties2( StructureChainAllocator & structureChainAllocator, Dispatch const & d ) const in getQueueFamilyProperties2()
7007 template <typename Dispatch>
7009Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryProperties2()
7019 template <typename Dispatch>
7021 … PhysicalDevice::getMemoryProperties2( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryProperties2()
7037 template <typename X, typename Y, typename... Z, typename Dispatch>
7039 … PhysicalDevice::getMemoryProperties2( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryProperties2()
7058 template <typename Dispatch>
7062Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSparseImageFormatProperties2()
7076 typename Dispatch,
7080 …VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseImageFormatInfo2 & formatInfo, Dispatch const & d ) const in getSparseImageFormatProperties2()
7110 typename Dispatch,
7116Dispatch const & d ) const in getSparseImageFormatProperties2()
7144 template <typename Dispatch>
7147Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in trimCommandPool()
7154 template <typename Dispatch>
7157Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getQueue2()
7165 template <typename Dispatch>
7167Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getQueue2()
7183 template <typename Dispatch>
7188Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createSamplerYcbcrConversion()
7200 template <typename Dispatch>
7204Dispatch const & d ) const in createSamplerYcbcrConversion()
7226 template <typename Dispatch>
7227 …ypename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion, Dispatch>>::type
7230Dispatch const & d ) const in createSamplerYcbcrConversionUnique()
7248 …KAN_HPP_NAMESPACE::SamplerYcbcrConversion, Dispatch>( ycbcrConversion, detail::ObjectDestroy<Devic… in createSamplerYcbcrConversionUnique()
7255 template <typename Dispatch>
7258Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySamplerYcbcrConversion()
7269 template <typename Dispatch>
7272Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySamplerYcbcrConversion()
7289 template <typename Dispatch>
7292Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
7303 template <typename Dispatch>
7306Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
7323 template <typename Dispatch>
7328Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createDescriptorUpdateTemplate()
7340 template <typename Dispatch>
7344Dispatch const & d ) const in createDescriptorUpdateTemplate()
7366 template <typename Dispatch>
7367 …ename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::DescriptorUpdateTemplate, Dispatch>>::type
7370Dispatch const & d ) const in createDescriptorUpdateTemplateUnique()
7387 … UniqueHandle<VULKAN_HPP_NAMESPACE::DescriptorUpdateTemplate, Dispatch>( in createDescriptorUpdateTemplateUnique()
7388 … descriptorUpdateTemplate, detail::ObjectDestroy<Device, Dispatch>( *this, allocator, d ) ) ); in createDescriptorUpdateTemplateUnique()
7395 template <typename Dispatch>
7398Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDescriptorUpdateTemplate()
7409 template <typename Dispatch>
7412Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDescriptorUpdateTemplate()
7429 template <typename Dispatch>
7432Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
7443 template <typename Dispatch>
7446Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
7463 template <typename Dispatch>
7467Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updateDescriptorSetWithTemplate()
7479 template <typename DataType, typename Dispatch>
7483Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updateDescriptorSetWithTemplate()
7500 template <typename Dispatch>
7503Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalBufferProperties()
7514 template <typename Dispatch>
7517Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalBufferProperties()
7536 template <typename Dispatch>
7539Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalFenceProperties()
7550 template <typename Dispatch>
7553Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalFenceProperties()
7572 template <typename Dispatch>
7576Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalSemaphoreProperties()
7587 template <typename Dispatch>
7590Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalSemaphoreProperties()
7609 template <typename Dispatch>
7612Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorSetLayoutSupport()
7623 template <typename Dispatch>
7626Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorSetLayoutSupport()
7642 template <typename X, typename Y, typename... Z, typename Dispatch>
7645Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorSetLayoutSupport()
7664 template <typename Dispatch>
7671Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawIndirectCount()
7685 template <typename Dispatch>
7692Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawIndexedIndirectCount()
7705 template <typename Dispatch>
7709Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createRenderPass2()
7720 template <typename Dispatch>
7724 Dispatch const & d ) const in createRenderPass2()
7744 template <typename Dispatch>
7745 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::RenderPass, Dispatch>>::type
7748Dispatch const & d ) const in createRenderPass2Unique()
7764 …niqueHandle<VULKAN_HPP_NAMESPACE::RenderPass, Dispatch>( renderPass, detail::ObjectDestroy<Device,… in createRenderPass2Unique()
7770 template <typename Dispatch>
7773Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginRenderPass2()
7783 template <typename Dispatch>
7786Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginRenderPass2()
7799 template <typename Dispatch>
7802Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in nextSubpass2()
7812 template <typename Dispatch>
7815Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in nextSubpass2()
7828 template <typename Dispatch>
7830Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in endRenderPass2()
7838 template <typename Dispatch>
7840Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in endRenderPass2()
7852 template <typename Dispatch>
7854 …MESPACE::QueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, Dispatch const & d ) const… in resetQueryPool()
7861 template <typename Dispatch>
7864Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSemaphoreCounterValue()
7872 template <typename Dispatch>
7874Dispatch const & d ) const in getSemaphoreCounterValue()
7891 template <typename Dispatch>
7894Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in waitSemaphores()
7902 template <typename Dispatch>
7904 …st VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo & waitInfo, uint64_t timeout, Dispatch const & d ) const in waitSemaphores()
7921 template <typename Dispatch>
7923Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in signalSemaphore()
7931 template <typename Dispatch>
7933 …Semaphore( const VULKAN_HPP_NAMESPACE::SemaphoreSignalInfo & signalInfo, Dispatch const & d ) const in signalSemaphore()
7949 template <typename Dispatch>
7951Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferAddress()
7960 template <typename Dispatch>
7962Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferAddress()
7978 template <typename Dispatch>
7980Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferOpaqueCaptureAddress()
7989 template <typename Dispatch>
7991Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferOpaqueCaptureAddress()
8007 template <typename Dispatch>
8009Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryOpaqueCaptureAddress()
8019 template <typename Dispatch>
8021Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryOpaqueCaptureAddress()
8039 template <typename Dispatch>
8042Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getToolProperties()
8054 typename Dispatch,
8059 PhysicalDevice::getToolProperties( Dispatch const & d ) const in getToolProperties()
8093 typename Dispatch,
8098 …alDeviceToolPropertiesAllocator & physicalDeviceToolPropertiesAllocator, Dispatch const & d ) const in getToolProperties()
8131 template <typename Dispatch>
8135Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createPrivateDataSlot()
8146 template <typename Dispatch>
8150Dispatch const & d ) const in createPrivateDataSlot()
8170 template <typename Dispatch>
8171 …NLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::PrivateDataSlot, Dispatch>>::type
8174Dispatch const & d ) const in createPrivateDataSlotUnique()
8191 …dle<VULKAN_HPP_NAMESPACE::PrivateDataSlot, Dispatch>( privateDataSlot, detail::ObjectDestroy<Devic… in createPrivateDataSlotUnique()
8197 template <typename Dispatch>
8200Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPrivateDataSlot()
8209 template <typename Dispatch>
8212Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPrivateDataSlot()
8227 template <typename Dispatch>
8230Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
8239 template <typename Dispatch>
8242Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
8258 template <typename Dispatch>
8263Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setPrivateData()
8271 template <typename Dispatch>
8276Dispatch const & d ) const in setPrivateData()
8292 template <typename Dispatch>
8297Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPrivateData()
8306 template <typename Dispatch>
8310Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPrivateData()
8325 template <typename Dispatch>
8328Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setEvent2()
8337 template <typename Dispatch>
8340Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setEvent2()
8352 template <typename Dispatch>
8355Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resetEvent2()
8362 template <typename Dispatch>
8366Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in waitEvents2()
8377 template <typename Dispatch>
8380Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in waitEvents2()
8403 template <typename Dispatch>
8405Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pipelineBarrier2()
8413 template <typename Dispatch>
8415Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pipelineBarrier2()
8427 template <typename Dispatch>
8431Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in writeTimestamp2()
8439 template <typename Dispatch>
8443Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in submit2()
8452 template <typename Dispatch>
8454 …ESPACE::SubmitInfo2> const & submits, VULKAN_HPP_NAMESPACE::Fence fence, Dispatch const & d ) const in submit2()
8470 template <typename Dispatch>
8472Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBuffer2()
8480 template <typename Dispatch>
8482Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBuffer2()
8494 template <typename Dispatch>
8495 …opyImage2( const VULKAN_HPP_NAMESPACE::CopyImageInfo2 * pCopyImageInfo, Dispatch const & d ) const… in copyImage2()
8503 template <typename Dispatch>
8504 …copyImage2( const VULKAN_HPP_NAMESPACE::CopyImageInfo2 & copyImageInfo, Dispatch const & d ) const… in copyImage2()
8516 template <typename Dispatch>
8518Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBufferToImage2()
8526 template <typename Dispatch>
8528Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBufferToImage2()
8540 template <typename Dispatch>
8542Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImageToBuffer2()
8550 template <typename Dispatch>
8552Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImageToBuffer2()
8564 template <typename Dispatch>
8565 …litImage2( const VULKAN_HPP_NAMESPACE::BlitImageInfo2 * pBlitImageInfo, Dispatch const & d ) const… in blitImage2()
8573 template <typename Dispatch>
8574 …blitImage2( const VULKAN_HPP_NAMESPACE::BlitImageInfo2 & blitImageInfo, Dispatch const & d ) const… in blitImage2()
8586 template <typename Dispatch>
8588Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resolveImage2()
8596 template <typename Dispatch>
8598Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resolveImage2()
8610 template <typename Dispatch>
8612Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginRendering()
8620 template <typename Dispatch>
8622Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginRendering()
8634 template <typename Dispatch>
8635 VULKAN_HPP_INLINE void CommandBuffer::endRendering( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in endRendering()
8642 template <typename Dispatch>
8643 …mmandBuffer::setCullMode( VULKAN_HPP_NAMESPACE::CullModeFlags cullMode, Dispatch const & d ) const… in setCullMode()
8650 template <typename Dispatch>
8651 …CommandBuffer::setFrontFace( VULKAN_HPP_NAMESPACE::FrontFace frontFace, Dispatch const & d ) const… in setFrontFace()
8658 template <typename Dispatch>
8660Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setPrimitiveTopology()
8667 template <typename Dispatch>
8670Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setViewportWithCount()
8678 template <typename Dispatch>
8680Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setViewportWithCount()
8693 template <typename Dispatch>
8695 … uint32_t scissorCount, const VULKAN_HPP_NAMESPACE::Rect2D * pScissors, Dispatch const & d ) const… in setScissorWithCount()
8703 template <typename Dispatch>
8705Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setScissorWithCount()
8718 template <typename Dispatch>
8725Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindVertexBuffers2()
8739 template <typename Dispatch>
8745Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in bindVertexBuffers2()
8782 template <typename Dispatch>
8783 …ffer::setDepthTestEnable( VULKAN_HPP_NAMESPACE::Bool32 depthTestEnable, Dispatch const & d ) const… in setDepthTestEnable()
8790 template <typename Dispatch>
8791 …er::setDepthWriteEnable( VULKAN_HPP_NAMESPACE::Bool32 depthWriteEnable, Dispatch const & d ) const… in setDepthWriteEnable()
8798 template <typename Dispatch>
8799 …fer::setDepthCompareOp( VULKAN_HPP_NAMESPACE::CompareOp depthCompareOp, Dispatch const & d ) const… in setDepthCompareOp()
8807 template <typename Dispatch>
8809Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDepthBoundsTestEnable()
8816 template <typename Dispatch>
8817 …::setStencilTestEnable( VULKAN_HPP_NAMESPACE::Bool32 stencilTestEnable, Dispatch const & d ) const… in setStencilTestEnable()
8824 template <typename Dispatch>
8830Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setStencilOp()
8843 template <typename Dispatch>
8845Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRasterizerDiscardEnable()
8852 template <typename Dispatch>
8853 …ffer::setDepthBiasEnable( VULKAN_HPP_NAMESPACE::Bool32 depthBiasEnable, Dispatch const & d ) const… in setDepthBiasEnable()
8861 template <typename Dispatch>
8863Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setPrimitiveRestartEnable()
8871 template <typename Dispatch>
8874Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferMemoryRequirements()
8885 template <typename Dispatch>
8887 …nts( const VULKAN_HPP_NAMESPACE::DeviceBufferMemoryRequirements & info, Dispatch const & d ) const… in getBufferMemoryRequirements()
8904 template <typename X, typename Y, typename... Z, typename Dispatch>
8906 …nts( const VULKAN_HPP_NAMESPACE::DeviceBufferMemoryRequirements & info, Dispatch const & d ) const… in getBufferMemoryRequirements()
8925 template <typename Dispatch>
8928Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageMemoryRequirements()
8939 template <typename Dispatch>
8941 …ents( const VULKAN_HPP_NAMESPACE::DeviceImageMemoryRequirements & info, Dispatch const & d ) const… in getImageMemoryRequirements()
8958 template <typename X, typename Y, typename... Z, typename Dispatch>
8960 …ents( const VULKAN_HPP_NAMESPACE::DeviceImageMemoryRequirements & info, Dispatch const & d ) const… in getImageMemoryRequirements()
8979 template <typename Dispatch>
8983Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageSparseMemoryRequirements()
8996 typename Dispatch,
9001 …ments( const VULKAN_HPP_NAMESPACE::DeviceImageMemoryRequirements & info, Dispatch const & d ) const in getImageSparseMemoryRequirements()
9030 typename Dispatch,
9037Dispatch const & d ) const in getImageSparseMemoryRequirements()
9068 template <typename Dispatch>
9069 …etLineStipple( uint32_t lineStippleFactor, uint16_t lineStipplePattern, Dispatch const & d ) const… in setLineStipple()
9076 template <typename Dispatch>
9079Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in mapMemory2()
9087 template <typename Dispatch>
9089Dispatch const & d ) const in mapMemory2()
9106 template <typename Dispatch>
9108Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in unmapMemory2()
9116 template <typename Dispatch>
9118Dispatch const & d ) const in unmapMemory2()
9134 template <typename Dispatch>
9139Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindIndexBuffer2()
9151 template <typename Dispatch>
9154Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getRenderingAreaGranularity()
9164 template <typename Dispatch>
9166 …ity( const VULKAN_HPP_NAMESPACE::RenderingAreaInfo & renderingAreaInfo, Dispatch const & d ) const… in getRenderingAreaGranularity()
9183 template <typename Dispatch>
9186Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageSubresourceLayout()
9196 template <typename Dispatch>
9198 …eLayout( const VULKAN_HPP_NAMESPACE::DeviceImageSubresourceInfo & info, Dispatch const & d ) const… in getImageSubresourceLayout()
9215 template <typename X, typename Y, typename... Z, typename Dispatch>
9217 …eLayout( const VULKAN_HPP_NAMESPACE::DeviceImageSubresourceInfo & info, Dispatch const & d ) const… in getImageSubresourceLayout()
9235 template <typename Dispatch>
9239Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageSubresourceLayout2()
9250 template <typename Dispatch>
9252 …age image, const VULKAN_HPP_NAMESPACE::ImageSubresource2 & subresource, Dispatch const & d ) const… in getImageSubresourceLayout2()
9271 template <typename X, typename Y, typename... Z, typename Dispatch>
9273 …age image, const VULKAN_HPP_NAMESPACE::ImageSubresource2 & subresource, Dispatch const & d ) const… in getImageSubresourceLayout2()
9294 template <typename Dispatch>
9300Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSet()
9313 template <typename Dispatch>
9319Dispatch const & d ) const… in pushDescriptorSet()
9337 template <typename Dispatch>
9342Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSetWithTemplate()
9355 template <typename DataType, typename Dispatch>
9360Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSetWithTemplate()
9379 template <typename Dispatch>
9381Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRenderingAttachmentLocations()
9391 template <typename Dispatch>
9393Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRenderingAttachmentLocations()
9407 template <typename Dispatch>
9410Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRenderingInputAttachmentIndices()
9420 template <typename Dispatch>
9423Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRenderingInputAttachmentIndices()
9436 template <typename Dispatch>
9438Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindDescriptorSets2()
9447 template <typename Dispatch>
9449Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindDescriptorSets2()
9461 template <typename Dispatch>
9463Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushConstants2()
9471 template <typename Dispatch>
9473Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushConstants2()
9485 template <typename Dispatch>
9487Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSet2()
9495 template <typename Dispatch>
9497Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSet2()
9510 template <typename Dispatch>
9513Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSetWithTemplate2()
9523 template <typename Dispatch>
9526Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSetWithTemplate2()
9540 template <typename Dispatch>
9542Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMemoryToImage()
9551 template <typename Dispatch>
9553 …nst VULKAN_HPP_NAMESPACE::CopyMemoryToImageInfo & copyMemoryToImageInfo, Dispatch const & d ) const in copyMemoryToImage()
9569 template <typename Dispatch>
9571Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImageToMemory()
9580 template <typename Dispatch>
9582 …nst VULKAN_HPP_NAMESPACE::CopyImageToMemoryInfo & copyImageToMemoryInfo, Dispatch const & d ) const in copyImageToMemory()
9598 template <typename Dispatch>
9600Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImageToImage()
9609 template <typename Dispatch>
9611 …const VULKAN_HPP_NAMESPACE::CopyImageToImageInfo & copyImageToImageInfo, Dispatch const & d ) const in copyImageToImage()
9627 template <typename Dispatch>
9630Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in transitionImageLayout()
9639 template <typename Dispatch>
9642Dispatch const & … in transitionImageLayout()
9660 template <typename Dispatch>
9663Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySurfaceKHR()
9672 template <typename Dispatch>
9675Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySurfaceKHR()
9689 template <typename Dispatch>
9692Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
9701 template <typename Dispatch>
9704Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
9719 template <typename Dispatch>
9723Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSurfaceSupportKHR()
9733 template <typename Dispatch>
9735 …HR( uint32_t queueFamilyIndex, VULKAN_HPP_NAMESPACE::SurfaceKHR surface, Dispatch const & d ) const in getSurfaceSupportKHR()
9753 template <typename Dispatch>
9756Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSurfaceCapabilitiesKHR()
9767 template <typename Dispatch>
9769 …ce::getSurfaceCapabilitiesKHR( VULKAN_HPP_NAMESPACE::SurfaceKHR surface, Dispatch const & d ) const in getSurfaceCapabilitiesKHR()
9787 template <typename Dispatch>
9791Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSurfaceFormatsKHR()
9804 typename Dispatch,
9807 …lDevice::getSurfaceFormatsKHR( VULKAN_HPP_NAMESPACE::SurfaceKHR surface, Dispatch const & d ) const in getSurfaceFormatsKHR()
9840 typename Dispatch,
9845 Dispatch const & d ) const in getSurfaceFormatsKHR()
9878 template <typename Dispatch>
9882Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSurfacePresentModesKHR()
9895 typename Dispatch,
9898 …ce::getSurfacePresentModesKHR( VULKAN_HPP_NAMESPACE::SurfaceKHR surface, Dispatch const & d ) const in getSurfacePresentModesKHR()
9931 typename Dispatch,
9936 Dispatch const & d ) const in getSurfacePresentModesKHR()
9970 template <typename Dispatch>
9974Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createSwapchainKHR()
9985 template <typename Dispatch>
9989 Dispatch const & d ) const in createSwapchainKHR()
10009 template <typename Dispatch>
10010 …P_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SwapchainKHR, Dispatch>>::type
10013Dispatch const & d ) const in createSwapchainKHRUnique()
10029 …queHandle<VULKAN_HPP_NAMESPACE::SwapchainKHR, Dispatch>( swapchain, detail::ObjectDestroy<Device, in createSwapchainKHRUnique()
10035 template <typename Dispatch>
10038Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySwapchainKHR()
10047 template <typename Dispatch>
10050Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySwapchainKHR()
10064 template <typename Dispatch>
10067Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
10076 template <typename Dispatch>
10079Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
10093 template <typename Dispatch>
10097Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSwapchainImagesKHR()
10107 typename Dispatch,
10110 …ce::getSwapchainImagesKHR( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, Dispatch const & d ) const in getSwapchainImagesKHR()
10142 typename Dispatch,
10145 …_HPP_NAMESPACE::SwapchainKHR swapchain, ImageAllocator & imageAllocator, Dispatch const & d ) const in getSwapchainImagesKHR()
10177 template <typename Dispatch>
10183Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in acquireNextImageKHR()
10196 template <typename Dispatch>
10201Dispatch const & d ) const in acquireNextImageKHR()
10223 template <typename Dispatch>
10225Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in presentKHR()
10233 template <typename Dispatch>
10235Dispatch const & d ) const in presentKHR()
10253 template <typename Dispatch>
10255 …E::DeviceGroupPresentCapabilitiesKHR * pDeviceGroupPresentCapabilities, Dispatch const & d ) const… in getGroupPresentCapabilitiesKHR()
10265 template <typename Dispatch>
10267 Device::getGroupPresentCapabilitiesKHR( Dispatch const & d ) const in getGroupPresentCapabilitiesKHR()
10286 template <typename Dispatch>
10289Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getGroupSurfacePresentModesKHR()
10299 template <typename Dispatch>
10301 …etGroupSurfacePresentModesKHR( VULKAN_HPP_NAMESPACE::SurfaceKHR surface, Dispatch const & d ) const in getGroupSurfacePresentModesKHR()
10320 template <typename Dispatch>
10324Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPresentRectanglesKHR()
10335 typename Dispatch,
10338 …vice::getPresentRectanglesKHR( VULKAN_HPP_NAMESPACE::SurfaceKHR surface, Dispatch const & d ) const in getPresentRectanglesKHR()
10372 typename Dispatch,
10375 …AN_HPP_NAMESPACE::SurfaceKHR surface, Rect2DAllocator & rect2DAllocator, Dispatch const & d ) const in getPresentRectanglesKHR()
10408 template <typename Dispatch>
10411Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in acquireNextImage2KHR()
10420 template <typename Dispatch>
10422Dispatch const & d ) const in acquireNextImage2KHR()
10447 template <typename Dispatch>
10450Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDisplayPropertiesKHR()
10462 typename Dispatch,
10465 PhysicalDevice::getDisplayPropertiesKHR( Dispatch const & d ) const in getDisplayPropertiesKHR()
10498 typename Dispatch,
10501 …rtiesKHR( DisplayPropertiesKHRAllocator & displayPropertiesKHRAllocator, Dispatch const & d ) const in getDisplayPropertiesKHR()
10533 template <typename Dispatch>
10536Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDisplayPlanePropertiesKHR()
10548 typename Dispatch,
10553 PhysicalDevice::getDisplayPlanePropertiesKHR( Dispatch const & d ) const in getDisplayPlanePropertiesKHR()
10586 typename Dispatch,
10591 …DisplayPlanePropertiesKHRAllocator & displayPlanePropertiesKHRAllocator, Dispatch const & d ) const in getDisplayPlanePropertiesKHR()
10623 template <typename Dispatch>
10627Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDisplayPlaneSupportedDisplaysKHR()
10638 typename Dispatch,
10641 …hysicalDevice::getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex, Dispatch const & d ) const in getDisplayPlaneSupportedDisplaysKHR()
10673 typename Dispatch,
10676 …laysKHR( uint32_t planeIndex, DisplayKHRAllocator & displayKHRAllocator, Dispatch const & d ) const in getDisplayPlaneSupportedDisplaysKHR()
10708 template <typename Dispatch>
10712Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDisplayModePropertiesKHR()
10725 typename Dispatch,
10730 …PhysicalDevice::getDisplayModePropertiesKHR( VULKAN_HPP_NAMESPACE::DisplayKHR display, Dispatch co… in getDisplayModePropertiesKHR()
10763 typename Dispatch,
10770 Dispatch const & d ) const in getDisplayModePropertiesKHR()
10802 template <typename Dispatch>
10807Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createDisplayModeKHR()
10819 template <typename Dispatch>
10824Dispatch const & d ) const in createDisplayModeKHR()
10845 template <typename Dispatch>
10846 …INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::DisplayModeKHR, Dispatch>>::type
10850Dispatch const & d ) const in createDisplayModeKHRUnique()
10867 …Handle<VULKAN_HPP_NAMESPACE::DisplayModeKHR, Dispatch>( mode, detail::ObjectDestroy<PhysicalDevice… in createDisplayModeKHRUnique()
10874 template <typename Dispatch>
10879Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDisplayPlaneCapabilitiesKHR()
10891 template <typename Dispatch>
10893 …tiesKHR( VULKAN_HPP_NAMESPACE::DisplayModeKHR mode, uint32_t planeIndex, Dispatch const & d ) const in getDisplayPlaneCapabilitiesKHR()
10911 template <typename Dispatch>
10915Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createDisplayPlaneSurfaceKHR()
10927 template <typename Dispatch>
10931Dispatch const & d ) const in createDisplayPlaneSurfaceKHR()
10952 template <typename Dispatch>
10953 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
10956Dispatch const & d ) const in createDisplayPlaneSurfaceKHRUnique()
10972 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, in createDisplayPlaneSurfaceKHRUnique()
10980 template <typename Dispatch>
10985Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createSharedSwapchainsKHR()
10998 typename Dispatch,
11003Dispatch const & d ) c… in createSharedSwapchainsKHR()
11024 typename Dispatch,
11030Dispatch const & d ) c… in createSharedSwapchainsKHR()
11050 template <typename Dispatch>
11054Dispatch const & d ) const in createSharedSwapchainKHR()
11075 template <typename Dispatch,
11077 …pchainKHRAllocator::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::SwapchainKHR, Dispatch>>::value,
11080 …typename ResultValueType<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::SwapchainKHR, Dispatch>, S…
11083Dispatch const & d ) c… in createSharedSwapchainsKHRUnique()
11098 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::SwapchainKHR, Dispatch>, SwapchainKHRAllocator> uni… in createSharedSwapchainsKHRUnique()
11100 detail::ObjectDestroy<Device, Dispatch> deleter( *this, allocator, d ); in createSharedSwapchainsKHRUnique()
11103 uniqueSwapchains.push_back( UniqueHandle<SwapchainKHR, Dispatch>( swapchain, deleter ) ); in createSharedSwapchainsKHRUnique()
11109 template <typename Dispatch,
11111 …pchainKHRAllocator::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::SwapchainKHR, Dispatch>>::value,
11114 …typename ResultValueType<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::SwapchainKHR, Dispatch>, S…
11118Dispatch const & d ) c… in createSharedSwapchainsKHRUnique()
11133 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::SwapchainKHR, Dispatch>, SwapchainKHRAllocator> uni… in createSharedSwapchainsKHRUnique()
11135 detail::ObjectDestroy<Device, Dispatch> deleter( *this, allocator, d ); in createSharedSwapchainsKHRUnique()
11138 uniqueSwapchains.push_back( UniqueHandle<SwapchainKHR, Dispatch>( swapchain, deleter ) ); in createSharedSwapchainsKHRUnique()
11144 template <typename Dispatch>
11145 …P_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SwapchainKHR, Dispatch>>::type
11148Dispatch const & d ) const in createSharedSwapchainKHRUnique()
11165 …queHandle<VULKAN_HPP_NAMESPACE::SwapchainKHR, Dispatch>( swapchain, detail::ObjectDestroy<Device, in createSharedSwapchainKHRUnique()
11174 template <typename Dispatch>
11178Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createXlibSurfaceKHR()
11189 template <typename Dispatch>
11193Dispatch const & d ) const in createXlibSurfaceKHR()
11213 template <typename Dispatch>
11214 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
11217Dispatch const & d ) const in createXlibSurfaceKHRUnique()
11233 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, in createXlibSurfaceKHRUnique()
11240 template <typename Dispatch>
11242 …upportKHR( uint32_t queueFamilyIndex, Display * dpy, VisualID visualID, Dispatch const & d ) const… in getXlibPresentationSupportKHR()
11252 template <typename Dispatch>
11254 …upportKHR( uint32_t queueFamilyIndex, Display & dpy, VisualID visualID, Dispatch const & d ) const… in getXlibPresentationSupportKHR()
11273 template <typename Dispatch>
11277Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createXcbSurfaceKHR()
11288 template <typename Dispatch>
11292Dispatch const & d ) const in createXcbSurfaceKHR()
11312 template <typename Dispatch>
11313 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
11316Dispatch const & d ) const in createXcbSurfaceKHRUnique()
11332 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, in createXcbSurfaceKHRUnique()
11339 template <typename Dispatch>
11343Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getXcbPresentationSupportKHR()
11353 template <typename Dispatch>
11357Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getXcbPresentationSupportKHR()
11376 template <typename Dispatch>
11380Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createWaylandSurfaceKHR()
11391 template <typename Dispatch>
11395Dispatch const & d ) const in createWaylandSurfaceKHR()
11415 template <typename Dispatch>
11416 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
11419Dispatch const & d ) const in createWaylandSurfaceKHRUnique()
11435 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, in createWaylandSurfaceKHRUnique()
11442 template <typename Dispatch>
11445Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getWaylandPresentationSupportKHR()
11455 template <typename Dispatch>
11457 …tionSupportKHR( uint32_t queueFamilyIndex, struct wl_display & display, Dispatch const & d ) const… in getWaylandPresentationSupportKHR()
11476 template <typename Dispatch>
11480Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createAndroidSurfaceKHR()
11491 template <typename Dispatch>
11495Dispatch const & d ) const in createAndroidSurfaceKHR()
11515 template <typename Dispatch>
11516 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
11519Dispatch const & d ) const in createAndroidSurfaceKHRUnique()
11535 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, in createAndroidSurfaceKHRUnique()
11545 template <typename Dispatch>
11549Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createWin32SurfaceKHR()
11560 template <typename Dispatch>
11564Dispatch const & d ) const in createWin32SurfaceKHR()
11584 template <typename Dispatch>
11585 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
11588Dispatch const & d ) const in createWin32SurfaceKHRUnique()
11604 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, in createWin32SurfaceKHRUnique()
11611 template <typename Dispatch>
11612 …sicalDevice::getWin32PresentationSupportKHR( uint32_t queueFamilyIndex, Dispatch const & d ) const… in getWin32PresentationSupportKHR()
11622 template <typename Dispatch>
11627 Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createSurfaceOHOS()
11638 template <typename Dispatch>
11643Dispatch const & d ) const in createSurfaceOHOS()
11662 template <typename Dispatch>
11664 typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
11667Dispatch const & d ) const in createSurfaceOHOSUnique()
11683 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, in createSurfaceOHOSUnique()
11693 template <typename Dispatch>
11698Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createDebugReportCallbackEXT()
11710 template <typename Dispatch>
11714Dispatch const & d ) const in createDebugReportCallbackEXT()
11735 template <typename Dispatch>
11736 …ypename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT, Dispatch>>::type
11739Dispatch const & d ) const in createDebugReportCallbackEXTUnique()
11756 …VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT, Dispatch>( callback, detail::ObjectDestroy<Instance,… in createDebugReportCallbackEXTUnique()
11763 template <typename Dispatch>
11766Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDebugReportCallbackEXT()
11776 template <typename Dispatch>
11779Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDebugReportCallbackEXT()
11795 template <typename Dispatch>
11798Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
11808 template <typename Dispatch>
11811Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
11826 template <typename Dispatch>
11834Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in debugReportMessageEXT()
11849 template <typename Dispatch>
11857Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in debugReportMessageEXT()
11878 template <typename Dispatch>
11880Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in debugMarkerSetObjectTagEXT()
11889 template <typename Dispatch>
11891 …gEXT( const VULKAN_HPP_NAMESPACE::DebugMarkerObjectTagInfoEXT & tagInfo, Dispatch const & d ) const in debugMarkerSetObjectTagEXT()
11908 template <typename Dispatch>
11910Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in debugMarkerSetObjectNameEXT()
11920 template <typename Dispatch>
11922 …XT( const VULKAN_HPP_NAMESPACE::DebugMarkerObjectNameInfoEXT & nameInfo, Dispatch const & d ) const in debugMarkerSetObjectNameEXT()
11938 template <typename Dispatch>
11940Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in debugMarkerBeginEXT()
11948 template <typename Dispatch>
11950Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in debugMarkerBeginEXT()
11962 template <typename Dispatch>
11963 …VULKAN_HPP_INLINE void CommandBuffer::debugMarkerEndEXT( Dispatch const & d ) const VULKAN_HPP_NOE… in debugMarkerEndEXT()
11970 template <typename Dispatch>
11972Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in debugMarkerInsertEXT()
11980 template <typename Dispatch>
11982Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in debugMarkerInsertEXT()
11997 template <typename Dispatch>
12000Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getVideoCapabilitiesKHR()
12011 template <typename Dispatch>
12013 …tiesKHR( const VULKAN_HPP_NAMESPACE::VideoProfileInfoKHR & videoProfile, Dispatch const & d ) const in getVideoCapabilitiesKHR()
12030 template <typename X, typename Y, typename... Z, typename Dispatch>
12032 …tiesKHR( const VULKAN_HPP_NAMESPACE::VideoProfileInfoKHR & videoProfile, Dispatch const & d ) const in getVideoCapabilitiesKHR()
12051 template <typename Dispatch>
12056Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getVideoFormatPropertiesKHR()
12069 typename Dispatch,
12074 …ULKAN_HPP_NAMESPACE::PhysicalDeviceVideoFormatInfoKHR & videoFormatInfo, Dispatch const & d ) const in getVideoFormatPropertiesKHR()
12111 typename Dispatch,
12118Dispatch const & d ) const in getVideoFormatPropertiesKHR()
12156 typename Dispatch,
12159 …ULKAN_HPP_NAMESPACE::PhysicalDeviceVideoFormatInfoKHR & videoFormatInfo, Dispatch const & d ) const in getVideoFormatPropertiesKHR()
12207 typename Dispatch,
12212Dispatch const & d ) const in getVideoFormatPropertiesKHR()
12258 template <typename Dispatch>
12262Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createVideoSessionKHR()
12273 template <typename Dispatch>
12277Dispatch const & d ) const in createVideoSessionKHR()
12297 template <typename Dispatch>
12298 …NLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::VideoSessionKHR, Dispatch>>::type
12301Dispatch const & d ) const in createVideoSessionKHRUnique()
12317 …andle<VULKAN_HPP_NAMESPACE::VideoSessionKHR, Dispatch>( videoSession, detail::ObjectDestroy<Device… in createVideoSessionKHRUnique()
12323 template <typename Dispatch>
12326Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyVideoSessionKHR()
12335 template <typename Dispatch>
12338Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyVideoSessionKHR()
12353 template <typename Dispatch>
12356Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
12365 template <typename Dispatch>
12368Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
12384 template <typename Dispatch>
12389Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getVideoSessionMemoryRequirementsKHR()
12402 typename Dispatch,
12408 …moryRequirementsKHR( VULKAN_HPP_NAMESPACE::VideoSessionKHR videoSession, Dispatch const & d ) const in getVideoSessionMemoryRequirementsKHR()
12444 typename Dispatch,
12452Dispatch const & d ) const in getVideoSessionMemoryRequirementsKHR()
12488 template <typename Dispatch>
12493Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindVideoSessionMemoryKHR()
12504 template <typename Dispatch>
12508Dispatch const & … in bindVideoSessionMemoryKHR()
12528 template <typename Dispatch>
12533Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createVideoSessionParametersKHR()
12545 template <typename Dispatch>
12549Dispatch const & d ) const in createVideoSessionParametersKHR()
12570 template <typename Dispatch>
12571 …name ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::VideoSessionParametersKHR, Dispatch>>::type
12574Dispatch const & d ) const in createVideoSessionParametersKHRUnique()
12590 … UniqueHandle<VULKAN_HPP_NAMESPACE::VideoSessionParametersKHR, Dispatch>( in createVideoSessionParametersKHRUnique()
12591 … videoSessionParameters, detail::ObjectDestroy<Device, Dispatch>( *this, allocator, d ) ) ); in createVideoSessionParametersKHRUnique()
12598 template <typename Dispatch>
12602Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updateVideoSessionParametersKHR()
12613 template <typename Dispatch>
12617Dispatch const & d ) const in updateVideoSessionParametersKHR()
12636 template <typename Dispatch>
12639Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyVideoSessionParametersKHR()
12650 template <typename Dispatch>
12653Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyVideoSessionParametersKHR()
12669 template <typename Dispatch>
12672Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
12683 template <typename Dispatch>
12686Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
12701 template <typename Dispatch>
12703Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginVideoCodingKHR()
12711 template <typename Dispatch>
12713Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginVideoCodingKHR()
12725 template <typename Dispatch>
12727Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in endVideoCodingKHR()
12735 template <typename Dispatch>
12737Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in endVideoCodingKHR()
12749 template <typename Dispatch>
12751Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in controlVideoCodingKHR()
12760 template <typename Dispatch>
12762Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in controlVideoCodingKHR()
12776 template <typename Dispatch>
12778Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in decodeVideoKHR()
12786 template <typename Dispatch>
12788Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in decodeVideoKHR()
12803 template <typename Dispatch>
12809Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindTransformFeedbackBuffersEXT()
12823 template <typename Dispatch>
12829Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in bindTransformFeedbackBuffersEXT()
12860 template <typename Dispatch>
12865Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginTransformFeedbackEXT()
12878 template <typename Dispatch>
12883Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in beginTransformFeedbackEXT()
12907 template <typename Dispatch>
12912Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in endTransformFeedbackEXT()
12924 template <typename Dispatch>
12929Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in endTransformFeedbackEXT()
12953 template <typename Dispatch>
12958Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginQueryIndexedEXT()
12966 template <typename Dispatch>
12968 …KAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t query, uint32_t index, Dispatch const & d ) const… in endQueryIndexedEXT()
12976 template <typename Dispatch>
12983Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawIndirectByteCountEXT()
12998 template <typename Dispatch>
13002Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createCuModuleNVX()
13013 template <typename Dispatch>
13017 Dispatch const & d ) const in createCuModuleNVX()
13037 template <typename Dispatch>
13038 …PP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::CuModuleNVX, Dispatch>>::type
13041Dispatch const & d ) const in createCuModuleNVXUnique()
13057 …UniqueHandle<VULKAN_HPP_NAMESPACE::CuModuleNVX, Dispatch>( module, detail::ObjectDestroy<Device, D… in createCuModuleNVXUnique()
13063 template <typename Dispatch>
13067Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createCuFunctionNVX()
13078 template <typename Dispatch>
13082 Dispatch const & d ) const in createCuFunctionNVX()
13102 template <typename Dispatch>
13103 …_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::CuFunctionNVX, Dispatch>>::type
13106Dispatch const & d ) const in createCuFunctionNVXUnique()
13122 …queHandle<VULKAN_HPP_NAMESPACE::CuFunctionNVX, Dispatch>( function, detail::ObjectDestroy<Device, in createCuFunctionNVXUnique()
13128 template <typename Dispatch>
13131Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyCuModuleNVX()
13140 template <typename Dispatch>
13143Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyCuModuleNVX()
13157 template <typename Dispatch>
13160Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
13169 template <typename Dispatch>
13172Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
13186 template <typename Dispatch>
13189Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyCuFunctionNVX()
13198 template <typename Dispatch>
13201Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyCuFunctionNVX()
13215 template <typename Dispatch>
13218Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
13227 template <typename Dispatch>
13230Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
13244 template <typename Dispatch>
13246Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in cuLaunchKernelNVX()
13254 template <typename Dispatch>
13256Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in cuLaunchKernelNVX()
13270 template <typename Dispatch>
13272Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageViewHandleNVX()
13280 template <typename Dispatch>
13282Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageViewHandleNVX()
13296 template <typename Dispatch>
13298Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageViewHandle64NVX()
13306 template <typename Dispatch>
13308Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageViewHandle64NVX()
13322 template <typename Dispatch>
13325Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageViewAddressNVX()
13334 template <typename Dispatch>
13336 …vice::getImageViewAddressNVX( VULKAN_HPP_NAMESPACE::ImageView imageView, Dispatch const & d ) const in getImageViewAddressNVX()
13355 template <typename Dispatch>
13362Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawIndirectCountAMD()
13376 template <typename Dispatch>
13383Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawIndexedIndirectCountAMD()
13398 template <typename Dispatch>
13404Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getShaderInfoAMD()
13418 typename Dispatch,
13424 Dispatch const & d ) const in getShaderInfoAMD()
13464 typename Dispatch,
13471 Dispatch const & d ) const in getShaderInfoAMD()
13513 template <typename Dispatch>
13515Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginRenderingKHR()
13523 template <typename Dispatch>
13525Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginRenderingKHR()
13537 template <typename Dispatch>
13538 …VULKAN_HPP_INLINE void CommandBuffer::endRenderingKHR( Dispatch const & d ) const VULKAN_HPP_NOEXC… in endRenderingKHR()
13549 template <typename Dispatch>
13554Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createStreamDescriptorSurfaceGGP()
13566 template <typename Dispatch>
13570Dispatch const & d ) const in createStreamDescriptorSurfaceGGP()
13591 template <typename Dispatch>
13592 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
13595Dispatch const & d ) const in createStreamDescriptorSurfaceGGPUnique()
13611 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, in createStreamDescriptorSurfaceGGPUnique()
13621 template <typename Dispatch>
13630Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalImageFormatPropertiesNV()
13647 template <typename Dispatch>
13655Dispatch const & d ) const in getExternalImageFormatPropertiesNV()
13683 template <typename Dispatch>
13687Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryWin32HandleNV()
13696 template <typename Dispatch>
13698 …emory, VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagsNV handleType, Dispatch const & d ) const in getMemoryWin32HandleNV()
13719 template <typename Dispatch>
13721Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures2KHR()
13730 template <typename Dispatch>
13732 … PhysicalDevice::getFeatures2KHR( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures2KHR()
13748 template <typename X, typename Y, typename... Z, typename Dispatch>
13750 … PhysicalDevice::getFeatures2KHR( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures2KHR()
13768 template <typename Dispatch>
13770Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getProperties2KHR()
13779 template <typename Dispatch>
13781 … PhysicalDevice::getProperties2KHR( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getProperties2KHR()
13797 template <typename X, typename Y, typename... Z, typename Dispatch>
13799 … PhysicalDevice::getProperties2KHR( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getProperties2KHR()
13817 template <typename Dispatch>
13820Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFormatProperties2KHR()
13830 template <typename Dispatch>
13832 …PhysicalDevice::getFormatProperties2KHR( VULKAN_HPP_NAMESPACE::Format format, Dispatch const & d )… in getFormatProperties2KHR()
13849 template <typename X, typename Y, typename... Z, typename Dispatch>
13851 …PhysicalDevice::getFormatProperties2KHR( VULKAN_HPP_NAMESPACE::Format format, Dispatch const & d )… in getFormatProperties2KHR()
13870 template <typename Dispatch>
13874Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageFormatProperties2KHR()
13885 template <typename Dispatch>
13887 … VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch const & d ) const in getImageFormatProperties2KHR()
13907 template <typename X, typename Y, typename... Z, typename Dispatch>
13909 … VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch const & d ) const in getImageFormatProperties2KHR()
13931 template <typename Dispatch>
13934Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getQueueFamilyProperties2KHR()
13946 typename Dispatch,
13949 … PhysicalDevice::getQueueFamilyProperties2KHR( Dispatch const & d ) const in getQueueFamilyProperties2KHR()
13976 typename Dispatch,
13979 …2KHR( QueueFamilyProperties2Allocator & queueFamilyProperties2Allocator, Dispatch const & d ) const in getQueueFamilyProperties2KHR()
14006 typename Dispatch,
14009 … PhysicalDevice::getQueueFamilyProperties2KHR( Dispatch const & d ) const in getQueueFamilyProperties2KHR()
14046 typename Dispatch,
14049 …FamilyProperties2KHR( StructureChainAllocator & structureChainAllocator, Dispatch const & d ) const in getQueueFamilyProperties2KHR()
14085 template <typename Dispatch>
14087Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryProperties2KHR()
14097 template <typename Dispatch>
14099 … PhysicalDevice::getMemoryProperties2KHR( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryProperties2KHR()
14115 template <typename X, typename Y, typename... Z, typename Dispatch>
14117 … PhysicalDevice::getMemoryProperties2KHR( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryProperties2KHR()
14136 template <typename Dispatch>
14140Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSparseImageFormatProperties2KHR()
14154 typename Dispatch,
14159Dispatch const & d ) const in getSparseImageFormatProperties2KHR()
14189 typename Dispatch,
14195Dispatch const & d ) const in getSparseImageFormatProperties2KHR()
14226 template <typename Dispatch>
14231Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getGroupPeerMemoryFeaturesKHR()
14241 template <typename Dispatch>
14243 …uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, Dispatch const & d ) co… in getGroupPeerMemoryFeaturesKHR()
14260 template <typename Dispatch>
14261 …VULKAN_HPP_INLINE void CommandBuffer::setDeviceMaskKHR( uint32_t deviceMask, Dispatch const & d ) … in setDeviceMaskKHR()
14268 template <typename Dispatch>
14275Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in dispatchBaseKHR()
14285 template <typename Dispatch>
14289Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createViSurfaceNN()
14300 template <typename Dispatch>
14304 Dispatch const & d ) const in createViSurfaceNN()
14324 template <typename Dispatch>
14325 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
14328Dispatch const & d ) const in createViSurfaceNNUnique()
14344 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, in createViSurfaceNNUnique()
14353 template <typename Dispatch>
14356Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in trimCommandPoolKHR()
14366 template <typename Dispatch>
14370Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in enumeratePhysicalDeviceGroupsKHR()
14382 typename Dispatch,
14388 Instance::enumeratePhysicalDeviceGroupsKHR( Dispatch const & d ) const in enumeratePhysicalDeviceGroupsKHR()
14421 typename Dispatch,
14427 …DeviceGroupPropertiesAllocator & physicalDeviceGroupPropertiesAllocator, Dispatch const & d ) const in enumeratePhysicalDeviceGroupsKHR()
14463 template <typename Dispatch>
14466Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalBufferPropertiesKHR()
14477 template <typename Dispatch>
14480Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalBufferPropertiesKHR()
14501 template <typename Dispatch>
14504Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryWin32HandleKHR()
14513 template <typename Dispatch>
14515 … VULKAN_HPP_NAMESPACE::MemoryGetWin32HandleInfoKHR & getWin32HandleInfo, Dispatch const & d ) const in getMemoryWin32HandleKHR()
14533 template <typename Dispatch>
14538Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryWin32HandlePropertiesKHR()
14550 template <typename Dispatch>
14552 …P_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType, HANDLE handle, Dispatch const & d ) const in getMemoryWin32HandlePropertiesKHR()
14575 template <typename Dispatch>
14578Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryFdKHR()
14586 template <typename Dispatch>
14588Dispatch const & d ) const in getMemoryFdKHR()
14605 template <typename Dispatch>
14609Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryFdPropertiesKHR()
14620 template <typename Dispatch>
14622 …LKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType, int fd, Dispatch const & d ) const in getMemoryFdPropertiesKHR()
14642 template <typename Dispatch>
14646Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalSemaphorePropertiesKHR()
14657 template <typename Dispatch>
14660Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalSemaphorePropertiesKHR()
14682 template <typename Dispatch>
14684 …E::ImportSemaphoreWin32HandleInfoKHR * pImportSemaphoreWin32HandleInfo, Dispatch const & d ) const… in importSemaphoreWin32HandleKHR()
14694 template <typename Dispatch>
14697Dispatch const & d ) const in importSemaphoreWin32HandleKHR()
14713 template <typename Dispatch>
14715 …SemaphoreGetWin32HandleInfoKHR * pGetWin32HandleInfo, HANDLE * pHandle, Dispatch const & d ) const… in getSemaphoreWin32HandleKHR()
14724 template <typename Dispatch>
14726 …LKAN_HPP_NAMESPACE::SemaphoreGetWin32HandleInfoKHR & getWin32HandleInfo, Dispatch const & d ) const in getSemaphoreWin32HandleKHR()
14746 template <typename Dispatch>
14748Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in importSemaphoreFdKHR()
14757 template <typename Dispatch>
14759 … VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR & importSemaphoreFdInfo, Dispatch const & d ) const in importSemaphoreFdKHR()
14775 template <typename Dispatch>
14778Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSemaphoreFdKHR()
14787 template <typename Dispatch>
14789 …oreFdKHR( const VULKAN_HPP_NAMESPACE::SemaphoreGetFdInfoKHR & getFdInfo, Dispatch const & d ) const in getSemaphoreFdKHR()
14808 template <typename Dispatch>
14814Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSetKHR()
14827 template <typename Dispatch>
14833Dispatch const & d ) const… in pushDescriptorSetKHR()
14851 template <typename Dispatch>
14856Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSetWithTemplateKHR()
14869 template <typename DataType, typename Dispatch>
14874Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSetWithTemplateKHR()
14895 template <typename Dispatch>
14897Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginConditionalRenderingEXT()
14907 template <typename Dispatch>
14909Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginConditionalRenderingEXT()
14922 template <typename Dispatch>
14923 …VULKAN_HPP_INLINE void CommandBuffer::endConditionalRenderingEXT( Dispatch const & d ) const VULKA… in endConditionalRenderingEXT()
14933 template <typename Dispatch>
14938Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createDescriptorUpdateTemplateKHR()
14950 template <typename Dispatch>
14954Dispatch const & d ) const in createDescriptorUpdateTemplateKHR()
14976 template <typename Dispatch>
14977 …ename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::DescriptorUpdateTemplate, Dispatch>>::type
14980Dispatch const & d ) const in createDescriptorUpdateTemplateKHRUnique()
14997 … UniqueHandle<VULKAN_HPP_NAMESPACE::DescriptorUpdateTemplate, Dispatch>( in createDescriptorUpdateTemplateKHRUnique()
14998 … descriptorUpdateTemplate, detail::ObjectDestroy<Device, Dispatch>( *this, allocator, d ) ) ); in createDescriptorUpdateTemplateKHRUnique()
15005 template <typename Dispatch>
15008Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDescriptorUpdateTemplateKHR()
15019 template <typename Dispatch>
15022Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDescriptorUpdateTemplateKHR()
15039 template <typename Dispatch>
15043Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updateDescriptorSetWithTemplateKHR()
15055 template <typename DataType, typename Dispatch>
15059Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updateDescriptorSetWithTemplateKHR()
15077 template <typename Dispatch>
15081Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setViewportWScalingNV()
15090 template <typename Dispatch>
15094Dispatch const & d ) const… in setViewportWScalingNV()
15110 template <typename Dispatch>
15111 …calDevice::releaseDisplayEXT( VULKAN_HPP_NAMESPACE::DisplayKHR display, Dispatch const & d ) const… in releaseDisplayEXT()
15118 template <typename Dispatch>
15119 …calDevice::releaseDisplayEXT( VULKAN_HPP_NAMESPACE::DisplayKHR display, Dispatch const & d ) const… in releaseDisplayEXT()
15134 template <typename Dispatch>
15137Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in acquireXlibDisplayEXT()
15145 template <typename Dispatch>
15147 …XlibDisplayEXT( Display & dpy, VULKAN_HPP_NAMESPACE::DisplayKHR display, Dispatch const & d ) const in acquireXlibDisplayEXT()
15163 template <typename Dispatch>
15167Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getRandROutputDisplayEXT()
15176 template <typename Dispatch>
15178 …sicalDevice::getRandROutputDisplayEXT( Display & dpy, RROutput rrOutput, Dispatch const & d ) const in getRandROutputDisplayEXT()
15195 template <typename Dispatch>
15196 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::DisplayKHR, Dispatch>>::type
15197 …evice::getRandROutputDisplayEXTUnique( Display & dpy, RROutput rrOutput, Dispatch const & d ) const in getRandROutputDisplayEXTUnique()
15210 …ueHandle<VULKAN_HPP_NAMESPACE::DisplayKHR, Dispatch>( display, detail::ObjectRelease<PhysicalDevic… in getRandROutputDisplayEXTUnique()
15220 template <typename Dispatch>
15224Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSurfaceCapabilities2EXT()
15235 template <typename Dispatch>
15237 …e::getSurfaceCapabilities2EXT( VULKAN_HPP_NAMESPACE::SurfaceKHR surface, Dispatch const & d ) const in getSurfaceCapabilities2EXT()
15257 template <typename Dispatch>
15260Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in displayPowerControlEXT()
15269 template <typename Dispatch>
15272Dispatch const & d ) const in displayPowerControlEXT()
15288 template <typename Dispatch>
15292Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in registerEventEXT()
15303 template <typename Dispatch>
15307 Dispatch const & d ) const in registerEventEXT()
15327 template <typename Dispatch>
15328 …LKAN_HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::Fence, Dispatch>>::type
15331Dispatch const & d ) const in registerEventEXTUnique()
15347 …sult, UniqueHandle<VULKAN_HPP_NAMESPACE::Fence, Dispatch>( fence, detail::ObjectDestroy<Device, Di… in registerEventEXTUnique()
15353 template <typename Dispatch>
15358Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in registerDisplayEventEXT()
15370 template <typename Dispatch>
15375Dispatch const & d ) const in registerDisplayEventEXT()
15396 template <typename Dispatch>
15397 …LKAN_HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::Fence, Dispatch>>::type
15401Dispatch const & d ) const in registerDisplayEventEXTUnique()
15418 …sult, UniqueHandle<VULKAN_HPP_NAMESPACE::Fence, Dispatch>( fence, detail::ObjectDestroy<Device, Di… in registerDisplayEventEXTUnique()
15424 template <typename Dispatch>
15428Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSwapchainCounterEXT()
15437 template <typename Dispatch>
15439 …nKHR swapchain, VULKAN_HPP_NAMESPACE::SurfaceCounterFlagBitsEXT counter, Dispatch const & d ) const in getSwapchainCounterEXT()
15459 template <typename Dispatch>
15463Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getRefreshCycleDurationGOOGLE()
15474 template <typename Dispatch>
15476 …efreshCycleDurationGOOGLE( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, Dispatch const & d ) const in getRefreshCycleDurationGOOGLE()
15494 template <typename Dispatch>
15499Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPastPresentationTimingGOOGLE()
15513 typename Dispatch,
15518 …Device::getPastPresentationTimingGOOGLE( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, Dispatch co… in getPastPresentationTimingGOOGLE()
15555 typename Dispatch,
15562 Dispatch const & d ) const in getPastPresentationTimingGOOGLE()
15600 template <typename Dispatch>
15604Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDiscardRectangleEXT()
15613 template <typename Dispatch>
15616Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDiscardRectangleEXT()
15630 template <typename Dispatch>
15632Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDiscardRectangleEnableEXT()
15640 template <typename Dispatch>
15642Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDiscardRectangleModeEXT()
15651 template <typename Dispatch>
15655Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setHdrMetadataEXT()
15666 template <typename Dispatch>
15669Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in setHdrMetadataEXT()
15694 template <typename Dispatch>
15698Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createRenderPass2KHR()
15709 template <typename Dispatch>
15713Dispatch const & d ) const in createRenderPass2KHR()
15733 template <typename Dispatch>
15734 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::RenderPass, Dispatch>>::type
15737Dispatch const & d ) const in createRenderPass2KHRUnique()
15753 …niqueHandle<VULKAN_HPP_NAMESPACE::RenderPass, Dispatch>( renderPass, detail::ObjectDestroy<Device,… in createRenderPass2KHRUnique()
15759 template <typename Dispatch>
15762Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginRenderPass2KHR()
15772 template <typename Dispatch>
15775Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginRenderPass2KHR()
15788 template <typename Dispatch>
15791Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in nextSubpass2KHR()
15801 template <typename Dispatch>
15804Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in nextSubpass2KHR()
15817 template <typename Dispatch>
15819Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in endRenderPass2KHR()
15827 template <typename Dispatch>
15829Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in endRenderPass2KHR()
15844 template <typename Dispatch>
15846Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSwapchainStatusKHR()
15853 template <typename Dispatch>
15855Dispatch const & d ) const in getSwapchainStatusKHR()
15876 template <typename Dispatch>
15879Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalFencePropertiesKHR()
15890 template <typename Dispatch>
15893Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalFencePropertiesKHR()
15914 template <typename Dispatch>
15916 …NAMESPACE::ImportFenceWin32HandleInfoKHR * pImportFenceWin32HandleInfo, Dispatch const & d ) const… in importFenceWin32HandleKHR()
15925 template <typename Dispatch>
15927 …P_NAMESPACE::ImportFenceWin32HandleInfoKHR & importFenceWin32HandleInfo, Dispatch const & d ) const in importFenceWin32HandleKHR()
15943 template <typename Dispatch>
15946Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFenceWin32HandleKHR()
15955 template <typename Dispatch>
15957 …t VULKAN_HPP_NAMESPACE::FenceGetWin32HandleInfoKHR & getWin32HandleInfo, Dispatch const & d ) const in getFenceWin32HandleKHR()
15977 template <typename Dispatch>
15979Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in importFenceFdKHR()
15988 template <typename Dispatch>
15990 …R( const VULKAN_HPP_NAMESPACE::ImportFenceFdInfoKHR & importFenceFdInfo, Dispatch const & d ) const in importFenceFdKHR()
16006 template <typename Dispatch>
16009Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFenceFdKHR()
16017 template <typename Dispatch>
16019Dispatch const & d ) const in getFenceFdKHR()
16039 template <typename Dispatch>
16045Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in enumerateQueueFamilyPerformanceQueryCountersKHR()
16061 typename Dispatch,
16069 …merateQueueFamilyPerformanceQueryCountersKHR( uint32_t queueFamilyIndex, Dispatch const & d ) const in enumerateQueueFamilyPerformanceQueryCountersKHR()
16114 typename Dispatch,
16125Dispatch const & d ) const in enumerateQueueFamilyPerformanceQueryCountersKHR()
16170 template <typename Dispatch>
16174Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getQueueFamilyPerformanceQueryPassesKHR()
16185 template <typename Dispatch>
16187 …ESPACE::QueryPoolPerformanceCreateInfoKHR & performanceQueryCreateInfo, Dispatch const & d ) const… in getQueueFamilyPerformanceQueryPassesKHR()
16204 template <typename Dispatch>
16206Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in acquireProfilingLockKHR()
16215 template <typename Dispatch>
16217 …LockKHR( const VULKAN_HPP_NAMESPACE::AcquireProfilingLockInfoKHR & info, Dispatch const & d ) const in acquireProfilingLockKHR()
16233 template <typename Dispatch>
16234 …VULKAN_HPP_INLINE void Device::releaseProfilingLockKHR( Dispatch const & d ) const VULKAN_HPP_NOEX… in releaseProfilingLockKHR()
16244 template <typename Dispatch>
16248Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSurfaceCapabilities2KHR()
16259 template <typename Dispatch>
16261 …const VULKAN_HPP_NAMESPACE::PhysicalDeviceSurfaceInfo2KHR & surfaceInfo, Dispatch const & d ) const in getSurfaceCapabilities2KHR()
16281 template <typename X, typename Y, typename... Z, typename Dispatch>
16283 …const VULKAN_HPP_NAMESPACE::PhysicalDeviceSurfaceInfo2KHR & surfaceInfo, Dispatch const & d ) const in getSurfaceCapabilities2KHR()
16305 template <typename Dispatch>
16309Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSurfaceFormats2KHR()
16322 typename Dispatch,
16325 …const VULKAN_HPP_NAMESPACE::PhysicalDeviceSurfaceInfo2KHR & surfaceInfo, Dispatch const & d ) const in getSurfaceFormats2KHR()
16362 typename Dispatch,
16367Dispatch const & d ) const in getSurfaceFormats2KHR()
16405 typename Dispatch,
16408 …const VULKAN_HPP_NAMESPACE::PhysicalDeviceSurfaceInfo2KHR & surfaceInfo, Dispatch const & d ) const in getSurfaceFormats2KHR()
16456 typename Dispatch,
16461Dispatch const & d ) const in getSurfaceFormats2KHR()
16510 template <typename Dispatch>
16513Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDisplayProperties2KHR()
16525 typename Dispatch,
16529 PhysicalDevice::getDisplayProperties2KHR( Dispatch const & d ) const in getDisplayProperties2KHR()
16563 typename Dispatch,
16567 …es2KHR( DisplayProperties2KHRAllocator & displayProperties2KHRAllocator, Dispatch const & d ) const in getDisplayProperties2KHR()
16600 template <typename Dispatch>
16603Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDisplayPlaneProperties2KHR()
16615 typename Dispatch,
16620 PhysicalDevice::getDisplayPlaneProperties2KHR( Dispatch const & d ) const in getDisplayPlaneProperties2KHR()
16654 typename Dispatch,
16659 …splayPlaneProperties2KHRAllocator & displayPlaneProperties2KHRAllocator, Dispatch const & d ) const in getDisplayPlaneProperties2KHR()
16692 template <typename Dispatch>
16696Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDisplayModeProperties2KHR()
16710 typename Dispatch,
16715 …:getDisplayModeProperties2KHR( VULKAN_HPP_NAMESPACE::DisplayKHR display, Dispatch const & d ) const in getDisplayModeProperties2KHR()
16749 typename Dispatch,
16756 Dispatch const & d ) const in getDisplayModeProperties2KHR()
16790 typename Dispatch,
16793 …:getDisplayModeProperties2KHR( VULKAN_HPP_NAMESPACE::DisplayKHR display, Dispatch const & d ) const in getDisplayModeProperties2KHR()
16837 typename Dispatch,
16842 Dispatch const & d ) const in getDisplayModeProperties2KHR()
16885 template <typename Dispatch>
16889Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDisplayPlaneCapabilities2KHR()
16900 template <typename Dispatch>
16902 …HR( const VULKAN_HPP_NAMESPACE::DisplayPlaneInfo2KHR & displayPlaneInfo, Dispatch const & d ) const in getDisplayPlaneCapabilities2KHR()
16924 template <typename Dispatch>
16928Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createIOSSurfaceMVK()
16939 template <typename Dispatch>
16943Dispatch const & d ) const in createIOSSurfaceMVK()
16963 template <typename Dispatch>
16964 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
16967Dispatch const & d ) const in createIOSSurfaceMVKUnique()
16983 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, in createIOSSurfaceMVKUnique()
16993 template <typename Dispatch>
16997Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createMacOSSurfaceMVK()
17008 template <typename Dispatch>
17012Dispatch const & d ) const in createMacOSSurfaceMVK()
17032 template <typename Dispatch>
17033 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
17036Dispatch const & d ) const in createMacOSSurfaceMVKUnique()
17052 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, in createMacOSSurfaceMVKUnique()
17061 template <typename Dispatch>
17063Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDebugUtilsObjectNameEXT()
17072 template <typename Dispatch>
17074 …EXT( const VULKAN_HPP_NAMESPACE::DebugUtilsObjectNameInfoEXT & nameInfo, Dispatch const & d ) const in setDebugUtilsObjectNameEXT()
17090 template <typename Dispatch>
17092Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDebugUtilsObjectTagEXT()
17101 template <typename Dispatch>
17103 …agEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsObjectTagInfoEXT & tagInfo, Dispatch const & d ) const in setDebugUtilsObjectTagEXT()
17120 template <typename Dispatch>
17122Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginDebugUtilsLabelEXT()
17131 template <typename Dispatch>
17133Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginDebugUtilsLabelEXT()
17145 template <typename Dispatch>
17146 …VULKAN_HPP_INLINE void Queue::endDebugUtilsLabelEXT( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in endDebugUtilsLabelEXT()
17154 template <typename Dispatch>
17156Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in insertDebugUtilsLabelEXT()
17165 template <typename Dispatch>
17167Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in insertDebugUtilsLabelEXT()
17179 template <typename Dispatch>
17181Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginDebugUtilsLabelEXT()
17189 template <typename Dispatch>
17191Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginDebugUtilsLabelEXT()
17203 template <typename Dispatch>
17204 …VULKAN_HPP_INLINE void CommandBuffer::endDebugUtilsLabelEXT( Dispatch const & d ) const VULKAN_HPP… in endDebugUtilsLabelEXT()
17212 template <typename Dispatch>
17214Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in insertDebugUtilsLabelEXT()
17223 template <typename Dispatch>
17225Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in insertDebugUtilsLabelEXT()
17238 template <typename Dispatch>
17243Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createDebugUtilsMessengerEXT()
17255 template <typename Dispatch>
17259Dispatch const & d ) const in createDebugUtilsMessengerEXT()
17280 template <typename Dispatch>
17281 …ypename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT, Dispatch>>::type
17284Dispatch const & d ) const in createDebugUtilsMessengerEXTUnique()
17301 …ULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT, Dispatch>( messenger, detail::ObjectDestroy<Instance,… in createDebugUtilsMessengerEXTUnique()
17308 template <typename Dispatch>
17311Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDebugUtilsMessengerEXT()
17322 template <typename Dispatch>
17325Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDebugUtilsMessengerEXT()
17341 template <typename Dispatch>
17344Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
17355 template <typename Dispatch>
17358Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
17373 template <typename Dispatch>
17377Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in submitDebugUtilsMessageEXT()
17388 template <typename Dispatch>
17392Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in submitDebugUtilsMessageEXT()
17411 template <typename Dispatch>
17415Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getAndroidHardwareBufferPropertiesANDROID()
17425 template <typename Dispatch>
17427 …dHardwareBufferPropertiesANDROID( const struct AHardwareBuffer & buffer, Dispatch const & d ) const in getAndroidHardwareBufferPropertiesANDROID()
17445 template <typename X, typename Y, typename... Z, typename Dispatch>
17447 …dHardwareBufferPropertiesANDROID( const struct AHardwareBuffer & buffer, Dispatch const & d ) const in getAndroidHardwareBufferPropertiesANDROID()
17468 template <typename Dispatch>
17472Dispatch const & d ) const VULKAN_HPP_NOEXC… in getMemoryAndroidHardwareBufferANDROID()
17482 template <typename Dispatch>
17484 … VULKAN_HPP_NAMESPACE::MemoryGetAndroidHardwareBufferInfoANDROID & info, Dispatch const & d ) const in getMemoryAndroidHardwareBufferANDROID()
17507 template <typename Dispatch>
17514Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createExecutionGraphPipelinesAMDX()
17529 typename Dispatch,
17535Dispatch const & … in createExecutionGraphPipelinesAMDX()
17560 typename Dispatch,
17567Dispatch const & … in createExecutionGraphPipelinesAMDX()
17591 template <typename Dispatch>
17596Dispatch const & d ) const in createExecutionGraphPipelineAMDX()
17622 typename Dispatch,
17624 …lineAllocator::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>::value, int>::t…
17625 …NE ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAllocat…
17630Dispatch const & … in createExecutionGraphPipelinesAMDXUnique()
17648 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAllocator> uniquePipel… in createExecutionGraphPipelinesAMDXUnique()
17650 detail::ObjectDestroy<Device, Dispatch> deleter( *this, allocator, d ); in createExecutionGraphPipelinesAMDXUnique()
17653 uniquePipelines.push_back( UniqueHandle<Pipeline, Dispatch>( pipeline, deleter ) ); in createExecutionGraphPipelinesAMDXUnique()
17655 …return ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAll… in createExecutionGraphPipelinesAMDXUnique()
17661 typename Dispatch,
17663 …lineAllocator::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>::value, int>::t…
17664 …NE ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAllocat…
17670Dispatch const & … in createExecutionGraphPipelinesAMDXUnique()
17688 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAllocator> uniquePipel… in createExecutionGraphPipelinesAMDXUnique()
17690 detail::ObjectDestroy<Device, Dispatch> deleter( *this, allocator, d ); in createExecutionGraphPipelinesAMDXUnique()
17693 uniquePipelines.push_back( UniqueHandle<Pipeline, Dispatch>( pipeline, deleter ) ); in createExecutionGraphPipelinesAMDXUnique()
17695 …return ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAll… in createExecutionGraphPipelinesAMDXUnique()
17700 template <typename Dispatch>
17701 …HPP_NODISCARD VULKAN_HPP_INLINE ResultValue<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>
17705Dispatch const & d ) const in createExecutionGraphPipelineAMDXUnique()
17724 return ResultValue<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>( in createExecutionGraphPipelineAMDXUnique()
17725 …, UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>( pipeline, detail::ObjectDestroy<Device, in createExecutionGraphPipelineAMDXUnique()
17732 template <typename Dispatch>
17736Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExecutionGraphPipelineScratchSizeAMDX()
17747 template <typename Dispatch>
17749 …hPipelineScratchSizeAMDX( VULKAN_HPP_NAMESPACE::Pipeline executionGraph, Dispatch const & d ) const in getExecutionGraphPipelineScratchSizeAMDX()
17768 template <typename Dispatch>
17773Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExecutionGraphPipelineNodeIndexAMDX()
17785 template <typename Dispatch>
17787 … VULKAN_HPP_NAMESPACE::PipelineShaderStageNodeCreateInfoAMDX & nodeInfo, Dispatch const & d ) const in getExecutionGraphPipelineNodeIndexAMDX()
17805 template <typename Dispatch>
17809Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in initializeGraphScratchMemoryAMDX()
17819 template <typename Dispatch>
17823Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in dispatchGraphAMDX()
17834 template <typename Dispatch>
17838Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in dispatchGraphAMDX()
17854 template <typename Dispatch>
17858Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in dispatchGraphIndirectAMDX()
17870 template <typename Dispatch>
17874Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in dispatchGraphIndirectAMDX()
17890 template <typename Dispatch>
17894Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in dispatchGraphIndirectCountAMDX()
17907 template <typename Dispatch>
17909Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setSampleLocationsEXT()
17917 template <typename Dispatch>
17919Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setSampleLocationsEXT()
17932 template <typename Dispatch>
17935Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMultisamplePropertiesEXT()
17946 template <typename Dispatch>
17948 …samplePropertiesEXT( VULKAN_HPP_NAMESPACE::SampleCountFlagBits samples, Dispatch const & d ) const… in getMultisamplePropertiesEXT()
17968 template <typename Dispatch>
17971Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageMemoryRequirements2KHR()
17982 template <typename Dispatch>
17984 …s2KHR( const VULKAN_HPP_NAMESPACE::ImageMemoryRequirementsInfo2 & info, Dispatch const & d ) const… in getImageMemoryRequirements2KHR()
18001 template <typename X, typename Y, typename... Z, typename Dispatch>
18003 …s2KHR( const VULKAN_HPP_NAMESPACE::ImageMemoryRequirementsInfo2 & info, Dispatch const & d ) const… in getImageMemoryRequirements2KHR()
18022 template <typename Dispatch>
18025Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferMemoryRequirements2KHR()
18036 template <typename Dispatch>
18038 …2KHR( const VULKAN_HPP_NAMESPACE::BufferMemoryRequirementsInfo2 & info, Dispatch const & d ) const… in getBufferMemoryRequirements2KHR()
18055 template <typename X, typename Y, typename... Z, typename Dispatch>
18057 …2KHR( const VULKAN_HPP_NAMESPACE::BufferMemoryRequirementsInfo2 & info, Dispatch const & d ) const… in getBufferMemoryRequirements2KHR()
18076 template <typename Dispatch>
18080Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageSparseMemoryRequirements2KHR()
18093 typename Dispatch,
18098 …( const VULKAN_HPP_NAMESPACE::ImageSparseMemoryRequirementsInfo2 & info, Dispatch const & d ) const in getImageSparseMemoryRequirements2KHR()
18127 typename Dispatch,
18134Dispatch const & d ) const in getImageSparseMemoryRequirements2KHR()
18166 template <typename Dispatch>
18171Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createAccelerationStructureKHR()
18183 template <typename Dispatch>
18187Dispatch const & d ) const in createAccelerationStructureKHR()
18208 template <typename Dispatch>
18209 …ename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::AccelerationStructureKHR, Dispatch>>::type
18212Dispatch const & d ) const in createAccelerationStructureKHRUnique()
18228 … UniqueHandle<VULKAN_HPP_NAMESPACE::AccelerationStructureKHR, Dispatch>( in createAccelerationStructureKHRUnique()
18229 … accelerationStructure, detail::ObjectDestroy<Device, Dispatch>( *this, allocator, d ) ) ); in createAccelerationStructureKHRUnique()
18236 template <typename Dispatch>
18239Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyAccelerationStructureKHR()
18250 template <typename Dispatch>
18253Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyAccelerationStructureKHR()
18269 template <typename Dispatch>
18272Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
18283 template <typename Dispatch>
18286Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
18302 template <typename Dispatch>
18307Dispatch const & d ) const VULKAN_HPP_… in buildAccelerationStructuresKHR()
18319 template <typename Dispatch>
18323 Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in buildAccelerationStructuresKHR()
18347 template <typename Dispatch>
18353Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in buildAccelerationStructuresIndirectKHR()
18367 template <typename Dispatch>
18373 Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in buildAccelerationStructuresIndirectKHR()
18410 template <typename Dispatch>
18416Dispatch const & d ) const VULKAN_HPP_… in buildAccelerationStructuresKHR()
18430 template <typename Dispatch>
18435Dispatch const & … in buildAccelerationStructuresKHR()
18467 template <typename Dispatch>
18470Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyAccelerationStructureKHR()
18481 template <typename Dispatch>
18485Dispatch const & d ) const in copyAccelerationStructureKHR()
18505 template <typename Dispatch>
18509Dispatch const & d ) const VULKAN_HPP_NOEXCE… in copyAccelerationStructureToMemoryKHR()
18520 template <typename Dispatch>
18524Dispatch const & d ) const in copyAccelerationStructureToMemoryKHR()
18545 template <typename Dispatch>
18549Dispatch const & d ) const VULKAN_HPP_NOEXCE… in copyMemoryToAccelerationStructureKHR()
18560 template <typename Dispatch>
18564Dispatch const & d ) const in copyMemoryToAccelerationStructureKHR()
18585 template <typename Dispatch>
18593Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in writeAccelerationStructuresPropertiesKHR()
18610 typename Dispatch,
18618Dispatch const & d )… in writeAccelerationStructuresPropertiesKHR()
18643 template <typename DataType, typename Dispatch>
18648Dispatch const & d )… in writeAccelerationStructuresPropertyKHR()
18673 template <typename Dispatch>
18675Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyAccelerationStructureKHR()
18685 template <typename Dispatch>
18687Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyAccelerationStructureKHR()
18700 template <typename Dispatch>
18702Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyAccelerationStructureToMemoryKHR()
18712 template <typename Dispatch>
18714Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyAccelerationStructureToMemoryKHR()
18728 template <typename Dispatch>
18730Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMemoryToAccelerationStructureKHR()
18740 template <typename Dispatch>
18742Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMemoryToAccelerationStructureKHR()
18756 template <typename Dispatch>
18758Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getAccelerationStructureAddressKHR()
18768 template <typename Dispatch>
18771Dispatch const & d ) const VULKAN_HPP_NOEXC… in getAccelerationStructureAddressKHR()
18788 template <typename Dispatch>
18795Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in writeAccelerationStructuresPropertiesKHR()
18809 template <typename Dispatch>
18815Dispatch const & d )… in writeAccelerationStructuresPropertiesKHR()
18834 template <typename Dispatch>
18837Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getAccelerationStructureCompatibilityKHR()
18848 template <typename Dispatch>
18851Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getAccelerationStructureCompatibilityKHR()
18870 template <typename Dispatch>
18875Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getAccelerationStructureBuildSizesKHR()
18888 template <typename Dispatch>
18893Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in getAccelerationStructureBuildSizesKHR()
18923 template <typename Dispatch>
18931Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in traceRaysKHR()
18946 template <typename Dispatch>
18954Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in traceRaysKHR()
18974 template <typename Dispatch>
18982Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createRayTracingPipelinesKHR()
18998 typename Dispatch,
19005Dispatch const & … in createRayTracingPipelinesKHR()
19034 typename Dispatch,
19042 Dispatch const & d ) const in createRayTracingPipelinesKHR()
19070 template <typename Dispatch>
19076Dispatch const & d ) const in createRayTracingPipelineKHR()
19106 typename Dispatch,
19108 …lineAllocator::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>::value, int>::t…
19109 …NE ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAllocat…
19115Dispatch const & … in createRayTracingPipelinesKHRUnique()
19137 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAllocator> uniquePipel… in createRayTracingPipelinesKHRUnique()
19139 detail::ObjectDestroy<Device, Dispatch> deleter( *this, allocator, d ); in createRayTracingPipelinesKHRUnique()
19142 uniquePipelines.push_back( UniqueHandle<Pipeline, Dispatch>( pipeline, deleter ) ); in createRayTracingPipelinesKHRUnique()
19144 …return ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAll… in createRayTracingPipelinesKHRUnique()
19150 typename Dispatch,
19152 …lineAllocator::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>::value, int>::t…
19153 …NE ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAllocat…
19160Dispatch const & … in createRayTracingPipelinesKHRUnique()
19182 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAllocator> uniquePipel… in createRayTracingPipelinesKHRUnique()
19184 detail::ObjectDestroy<Device, Dispatch> deleter( *this, allocator, d ); in createRayTracingPipelinesKHRUnique()
19187 uniquePipelines.push_back( UniqueHandle<Pipeline, Dispatch>( pipeline, deleter ) ); in createRayTracingPipelinesKHRUnique()
19189 …return ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAll… in createRayTracingPipelinesKHRUnique()
19194 template <typename Dispatch>
19195 …HPP_NODISCARD VULKAN_HPP_INLINE ResultValue<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>
19200Dispatch const & d ) const in createRayTracingPipelineKHRUnique()
19223 return ResultValue<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>( in createRayTracingPipelineKHRUnique()
19224 …, UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>( pipeline, detail::ObjectDestroy<Device, in createRayTracingPipelineKHRUnique()
19231 template <typename Dispatch>
19237Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getRayTracingShaderGroupHandlesKHR()
19249 typename Dispatch,
19252 …ine pipeline, uint32_t firstGroup, uint32_t groupCount, size_t dataSize, Dispatch const & d ) const in getRayTracingShaderGroupHandlesKHR()
19271 template <typename DataType, typename Dispatch>
19273 …_NAMESPACE::Pipeline pipeline, uint32_t firstGroup, uint32_t groupCount, Dispatch const & d ) const in getRayTracingShaderGroupHandleKHR()
19292 template <typename Dispatch>
19298Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getRayTracingCaptureReplayShaderGroupHandlesKHR()
19310 typename Dispatch,
19314 …ine pipeline, uint32_t firstGroup, uint32_t groupCount, size_t dataSize, Dispatch const & d ) const in getRayTracingCaptureReplayShaderGroupHandlesKHR()
19333 template <typename DataType, typename Dispatch>
19335 …VULKAN_HPP_NAMESPACE::Pipeline pipeline, uint32_t firstGroup, uint32_t groupCount, Dispatch const … in getRayTracingCaptureReplayShaderGroupHandleKHR()
19353 template <typename Dispatch>
19359Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in traceRaysIndirectKHR()
19372 template <typename Dispatch>
19378Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in traceRaysIndirectKHR()
19396 template <typename Dispatch>
19400Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getRayTracingShaderGroupStackSizeKHR()
19409 template <typename Dispatch>
19410 …dBuffer::setRayTracingPipelineStackSizeKHR( uint32_t pipelineStackSize, Dispatch const & d ) const… in setRayTracingPipelineStackSizeKHR()
19420 template <typename Dispatch>
19425Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createSamplerYcbcrConversionKHR()
19437 template <typename Dispatch>
19441Dispatch const & d ) const in createSamplerYcbcrConversionKHR()
19463 template <typename Dispatch>
19464 …ypename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion, Dispatch>>::type
19467Dispatch const & d ) const in createSamplerYcbcrConversionKHRUnique()
19485 …KAN_HPP_NAMESPACE::SamplerYcbcrConversion, Dispatch>( ycbcrConversion, detail::ObjectDestroy<Devic… in createSamplerYcbcrConversionKHRUnique()
19492 template <typename Dispatch>
19495Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySamplerYcbcrConversionKHR()
19506 template <typename Dispatch>
19509Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySamplerYcbcrConversionKHR()
19527 template <typename Dispatch>
19530Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindBufferMemory2KHR()
19539 template <typename Dispatch>
19542Dispatch const & d ) con… in bindBufferMemory2KHR()
19558 template <typename Dispatch>
19561Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindImageMemory2KHR()
19570 template <typename Dispatch>
19572 …roxy<const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo> const & bindInfos, Dispatch const & d ) const in bindImageMemory2KHR()
19591 template <typename Dispatch>
19593 …ULKAN_HPP_NAMESPACE::ImageDrmFormatModifierPropertiesEXT * pProperties, Dispatch const & d ) const… in getImageDrmFormatModifierPropertiesEXT()
19603 template <typename Dispatch>
19605 …tImageDrmFormatModifierPropertiesEXT( VULKAN_HPP_NAMESPACE::Image image, Dispatch const & d ) const in getImageDrmFormatModifierPropertiesEXT()
19625 template <typename Dispatch>
19629Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createValidationCacheEXT()
19640 template <typename Dispatch>
19644Dispatch const & d ) const in createValidationCacheEXT()
19664 template <typename Dispatch>
19665 …NE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::ValidationCacheEXT, Dispatch>>::type
19668Dispatch const & d ) const in createValidationCacheEXTUnique()
19685 …<VULKAN_HPP_NAMESPACE::ValidationCacheEXT, Dispatch>( validationCache, detail::ObjectDestroy<Devic… in createValidationCacheEXTUnique()
19691 template <typename Dispatch>
19694Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyValidationCacheEXT()
19703 template <typename Dispatch>
19706Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyValidationCacheEXT()
19721 template <typename Dispatch>
19724Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
19733 template <typename Dispatch>
19736Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
19751 template <typename Dispatch>
19755Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in mergeValidationCachesEXT()
19766 template <typename Dispatch>
19770Dispatch const & d ) const in mergeValidationCachesEXT()
19786 template <typename Dispatch>
19790Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getValidationCacheDataEXT()
19800 typename Dispatch,
19803 …nCacheDataEXT( VULKAN_HPP_NAMESPACE::ValidationCacheEXT validationCache, Dispatch const & d ) const in getValidationCacheDataEXT()
19835 typename Dispatch,
19838 …ValidationCacheEXT validationCache, Uint8_tAllocator & uint8_tAllocator, Dispatch const & d ) const in getValidationCacheDataEXT()
19872 template <typename Dispatch>
19875Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindShadingRateImageNV()
19884 template <typename Dispatch>
19888Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setViewportShadingRatePaletteNV()
19898 template <typename Dispatch>
19902Dispatch const & d ) con… in setViewportShadingRatePaletteNV()
19915 template <typename Dispatch>
19919Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setCoarseSampleOrderNV()
19930 template <typename Dispatch>
19934 Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setCoarseSampleOrderNV()
19952 template <typename Dispatch>
19957Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createAccelerationStructureNV()
19969 template <typename Dispatch>
19973Dispatch const & d ) const in createAccelerationStructureNV()
19994 template <typename Dispatch>
19995 …pename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::AccelerationStructureNV, Dispatch>>::type
19998Dispatch const & d ) const in createAccelerationStructureNVUnique()
20014 … UniqueHandle<VULKAN_HPP_NAMESPACE::AccelerationStructureNV, Dispatch>( in createAccelerationStructureNVUnique()
20015 … accelerationStructure, detail::ObjectDestroy<Device, Dispatch>( *this, allocator, d ) ) ); in createAccelerationStructureNVUnique()
20022 template <typename Dispatch>
20025Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyAccelerationStructureNV()
20036 template <typename Dispatch>
20039Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyAccelerationStructureNV()
20055 template <typename Dispatch>
20058Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
20069 template <typename Dispatch>
20072Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
20088 template <typename Dispatch>
20092Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getAccelerationStructureMemoryRequirementsNV()
20103 template <typename Dispatch>
20106Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getAccelerationStructureMemoryRequirementsNV()
20124 template <typename X, typename Y, typename... Z, typename Dispatch>
20127Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getAccelerationStructureMemoryRequirementsNV()
20147 template <typename Dispatch>
20149 …LKAN_HPP_NAMESPACE::BindAccelerationStructureMemoryInfoNV * pBindInfos, Dispatch const & d ) const… in bindAccelerationStructureMemoryNV()
20159 template <typename Dispatch>
20161 …HPP_NAMESPACE::BindAccelerationStructureMemoryInfoNV> const & bindInfos, Dispatch const & d ) const in bindAccelerationStructureMemoryNV()
20178 template <typename Dispatch>
20187Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in buildAccelerationStructureNV()
20204 template <typename Dispatch>
20213Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in buildAccelerationStructureNV()
20234 template <typename Dispatch>
20238Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyAccelerationStructureNV()
20248 template <typename Dispatch>
20263Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in traceRaysNV()
20285 template <typename Dispatch>
20291Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createRayTracingPipelinesNV()
20306 typename Dispatch,
20312Dispatch const & … in createRayTracingPipelinesNV()
20337 typename Dispatch,
20344Dispatch const & … in createRayTracingPipelinesNV()
20368 template <typename Dispatch>
20373Dispatch const & d ) const in createRayTracingPipelineNV()
20399 typename Dispatch,
20401 …lineAllocator::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>::value, int>::t…
20402 …NE ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAllocat…
20406Dispatch const & … in createRayTracingPipelinesNVUnique()
20424 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAllocator> uniquePipel… in createRayTracingPipelinesNVUnique()
20426 detail::ObjectDestroy<Device, Dispatch> deleter( *this, allocator, d ); in createRayTracingPipelinesNVUnique()
20429 uniquePipelines.push_back( UniqueHandle<Pipeline, Dispatch>( pipeline, deleter ) ); in createRayTracingPipelinesNVUnique()
20431 …return ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAll… in createRayTracingPipelinesNVUnique()
20437 typename Dispatch,
20439 …lineAllocator::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>::value, int>::t…
20440 …NE ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAllocat…
20445 Dispatch const & d ) const in createRayTracingPipelinesNVUnique()
20463 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAllocator> uniquePipel… in createRayTracingPipelinesNVUnique()
20465 detail::ObjectDestroy<Device, Dispatch> deleter( *this, allocator, d ); in createRayTracingPipelinesNVUnique()
20468 uniquePipelines.push_back( UniqueHandle<Pipeline, Dispatch>( pipeline, deleter ) ); in createRayTracingPipelinesNVUnique()
20470 …return ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>, PipelineAll… in createRayTracingPipelinesNVUnique()
20475 template <typename Dispatch>
20476 …HPP_NODISCARD VULKAN_HPP_INLINE ResultValue<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>
20480Dispatch const & d ) const in createRayTracingPipelineNVUnique()
20499 return ResultValue<UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>( in createRayTracingPipelineNVUnique()
20500 …, UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>( pipeline, detail::ObjectDestroy<Device, in createRayTracingPipelineNVUnique()
20507 template <typename Dispatch>
20513Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getRayTracingShaderGroupHandlesNV()
20525 typename Dispatch,
20528 …ine pipeline, uint32_t firstGroup, uint32_t groupCount, size_t dataSize, Dispatch const & d ) const in getRayTracingShaderGroupHandlesNV()
20547 template <typename DataType, typename Dispatch>
20549 …_NAMESPACE::Pipeline pipeline, uint32_t firstGroup, uint32_t groupCount, Dispatch const & d ) const in getRayTracingShaderGroupHandleNV()
20568 template <typename Dispatch>
20572Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getAccelerationStructureHandleNV()
20584 typename Dispatch,
20587 …MESPACE::AccelerationStructureNV accelerationStructure, size_t dataSize, Dispatch const & d ) const in getAccelerationStructureHandleNV()
20605 template <typename DataType, typename Dispatch>
20607 …NV( VULKAN_HPP_NAMESPACE::AccelerationStructureNV accelerationStructure, Dispatch const & d ) const in getAccelerationStructureHandleNV()
20625 template <typename Dispatch>
20631Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in writeAccelerationStructuresPropertiesNV()
20645 template <typename Dispatch>
20651Dispatch const & d ) … in writeAccelerationStructuresPropertiesNV()
20670 template <typename Dispatch>
20673Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in compileDeferredNV()
20680 template <typename Dispatch>
20682 …ileDeferredNV( VULKAN_HPP_NAMESPACE::Pipeline pipeline, uint32_t shader, Dispatch const & d ) const in compileDeferredNV()
20701 template <typename Dispatch>
20704Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorSetLayoutSupportKHR()
20715 template <typename Dispatch>
20718Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorSetLayoutSupportKHR()
20735 template <typename X, typename Y, typename... Z, typename Dispatch>
20738Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorSetLayoutSupportKHR()
20758 template <typename Dispatch>
20765Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawIndirectCountKHR()
20779 template <typename Dispatch>
20786Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawIndexedIndirectCountKHR()
20802 template <typename Dispatch>
20807Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryHostPointerPropertiesEXT()
20819 template <typename Dispatch>
20823Dispatch const & d ) const in getMemoryHostPointerPropertiesEXT()
20845 template <typename Dispatch>
20850Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in writeBufferMarkerAMD()
20861 template <typename Dispatch>
20866Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in writeBufferMarker2AMD()
20880 template <typename Dispatch>
20883Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getCalibrateableTimeDomainsEXT()
20894 typename Dispatch,
20897 PhysicalDevice::getCalibrateableTimeDomainsEXT( Dispatch const & d ) const in getCalibrateableTimeDomainsEXT()
20930 typename Dispatch,
20933 …rateableTimeDomainsEXT( TimeDomainKHRAllocator & timeDomainKHRAllocator, Dispatch const & d ) const in getCalibrateableTimeDomainsEXT()
20965 template <typename Dispatch>
20970Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getCalibratedTimestampsEXT()
20983 typename Dispatch,
20987Dispatch const & d… in getCalibratedTimestampsEXT()
21008 typename Dispatch,
21013Dispatch const & d… in getCalibratedTimestampsEXT()
21033 template <typename Dispatch>
21035 … const VULKAN_HPP_NAMESPACE::CalibratedTimestampInfoKHR & timestampInfo, Dispatch const & d ) const in getCalibratedTimestampEXT()
21057 template <typename Dispatch>
21058 …CommandBuffer::drawMeshTasksNV( uint32_t taskCount, uint32_t firstTask, Dispatch const & d ) const… in drawMeshTasksNV()
21065 template <typename Dispatch>
21070Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawMeshTasksIndirectNV()
21079 template <typename Dispatch>
21086Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawMeshTasksIndirectCountNV()
21102 template <typename Dispatch>
21106Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setExclusiveScissorEnableNV()
21118 template <typename Dispatch>
21122Dispatch const & d ) const VULKAN_HPP_… in setExclusiveScissorEnableNV()
21135 template <typename Dispatch>
21139Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setExclusiveScissorNV()
21148 template <typename Dispatch>
21151Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setExclusiveScissorNV()
21166 template <typename Dispatch>
21167 …VULKAN_HPP_INLINE void CommandBuffer::setCheckpointNV( const void * pCheckpointMarker, Dispatch co… in setCheckpointNV()
21175 template <typename CheckpointMarkerType, typename Dispatch>
21176 …Buffer::setCheckpointNV( CheckpointMarkerType const & checkpointMarker, Dispatch const & d ) const… in setCheckpointNV()
21188 template <typename Dispatch>
21191Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getCheckpointDataNV()
21200 typename Dispatch,
21203 Queue::getCheckpointDataNV( Dispatch const & d ) const in getCheckpointDataNV()
21226 typename Dispatch,
21229 …CheckpointDataNV( CheckpointDataNVAllocator & checkpointDataNVAllocator, Dispatch const & d ) const in getCheckpointDataNV()
21252 template <typename Dispatch>
21255Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getCheckpointData2NV()
21264 typename Dispatch,
21267 Queue::getCheckpointData2NV( Dispatch const & d ) const in getCheckpointData2NV()
21290 typename Dispatch,
21293 …ckpointData2NV( CheckpointData2NVAllocator & checkpointData2NVAllocator, Dispatch const & d ) const in getCheckpointData2NV()
21319 template <typename Dispatch>
21322Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSemaphoreCounterValueKHR()
21331 template <typename Dispatch>
21333 …:getSemaphoreCounterValueKHR( VULKAN_HPP_NAMESPACE::Semaphore semaphore, Dispatch const & d ) const in getSemaphoreCounterValueKHR()
21350 template <typename Dispatch>
21353Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in waitSemaphoresKHR()
21362 template <typename Dispatch>
21364 …st VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo & waitInfo, uint64_t timeout, Dispatch const & d ) const in waitSemaphoresKHR()
21381 template <typename Dispatch>
21383Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in signalSemaphoreKHR()
21391 template <typename Dispatch>
21393 …aphoreKHR( const VULKAN_HPP_NAMESPACE::SemaphoreSignalInfo & signalInfo, Dispatch const & d ) const in signalSemaphoreKHR()
21412 template <typename Dispatch>
21414 …const VULKAN_HPP_NAMESPACE::InitializePerformanceApiInfoINTEL * pInitializeInfo, Dispatch const & … in initializePerformanceApiINTEL()
21424 template <typename Dispatch>
21426 …ULKAN_HPP_NAMESPACE::InitializePerformanceApiInfoINTEL & initializeInfo, Dispatch const & d ) const in initializePerformanceApiINTEL()
21443 template <typename Dispatch>
21444 …VULKAN_HPP_INLINE void Device::uninitializePerformanceApiINTEL( Dispatch const & d ) const VULKAN_… in uninitializePerformanceApiINTEL()
21452 template <typename Dispatch>
21454Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setPerformanceMarkerINTEL()
21464 template <typename Dispatch>
21466 …EL( const VULKAN_HPP_NAMESPACE::PerformanceMarkerInfoINTEL & markerInfo, Dispatch const & d ) const in setPerformanceMarkerINTEL()
21483 template <typename Dispatch>
21485 …const VULKAN_HPP_NAMESPACE::PerformanceStreamMarkerInfoINTEL * pMarkerInfo, Dispatch const & d ) c… in setPerformanceStreamMarkerINTEL()
21495 template <typename Dispatch>
21497 …nst VULKAN_HPP_NAMESPACE::PerformanceStreamMarkerInfoINTEL & markerInfo, Dispatch const & d ) const in setPerformanceStreamMarkerINTEL()
21514 template <typename Dispatch>
21516 …const VULKAN_HPP_NAMESPACE::PerformanceOverrideInfoINTEL * pOverrideInfo, Dispatch const & d ) con… in setPerformanceOverrideINTEL()
21526 template <typename Dispatch>
21528 …const VULKAN_HPP_NAMESPACE::PerformanceOverrideInfoINTEL & overrideInfo, Dispatch const & d ) const in setPerformanceOverrideINTEL()
21545 template <typename Dispatch>
21549Dispatch const & d ) const VULKAN_HPP_NOEXCE… in acquirePerformanceConfigurationINTEL()
21560 template <typename Dispatch>
21562 …N_HPP_NAMESPACE::PerformanceConfigurationAcquireInfoINTEL & acquireInfo, Dispatch const & d ) const in acquirePerformanceConfigurationINTEL()
21582 template <typename Dispatch>
21583 … ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::PerformanceConfigurationINTEL, Dispatch>>::type
21585Dispatch const & d ) const in acquirePerformanceConfigurationINTELUnique()
21601 …P_NAMESPACE::PerformanceConfigurationINTEL, Dispatch>( configuration, detail::ObjectRelease<Device… in acquirePerformanceConfigurationINTELUnique()
21609 template <typename Dispatch>
21611Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in releasePerformanceConfigurationINTEL()
21620 template <typename Dispatch>
21622 …NTEL( VULKAN_HPP_NAMESPACE::PerformanceConfigurationINTEL configuration, Dispatch const & d ) const in releasePerformanceConfigurationINTEL()
21640 template <typename Dispatch>
21642Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in release()
21651 template <typename Dispatch>
21653 …ease( VULKAN_HPP_NAMESPACE::PerformanceConfigurationINTEL configuration, Dispatch const & d ) const in release()
21671 template <typename Dispatch>
21673Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setPerformanceConfigurationINTEL()
21682 template <typename Dispatch>
21684 …NTEL( VULKAN_HPP_NAMESPACE::PerformanceConfigurationINTEL configuration, Dispatch const & d ) const in setPerformanceConfigurationINTEL()
21702 template <typename Dispatch>
21705Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPerformanceParameterINTEL()
21715 template <typename Dispatch>
21717 …terINTEL( VULKAN_HPP_NAMESPACE::PerformanceParameterTypeINTEL parameter, Dispatch const & d ) const in getPerformanceParameterINTEL()
21736 template <typename Dispatch>
21739Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setLocalDimmingAMD()
21750 template <typename Dispatch>
21755Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createImagePipeSurfaceFUCHSIA()
21767 template <typename Dispatch>
21771Dispatch const & d ) const in createImagePipeSurfaceFUCHSIA()
21792 template <typename Dispatch>
21793 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
21796Dispatch const & d ) const in createImagePipeSurfaceFUCHSIAUnique()
21812 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, in createImagePipeSurfaceFUCHSIAUnique()
21822 template <typename Dispatch>
21826Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createMetalSurfaceEXT()
21837 template <typename Dispatch>
21841Dispatch const & d ) const in createMetalSurfaceEXT()
21861 template <typename Dispatch>
21862 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
21865Dispatch const & d ) const in createMetalSurfaceEXTUnique()
21881 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, in createMetalSurfaceEXTUnique()
21891 template <typename Dispatch>
21895Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFragmentShadingRatesKHR()
21908 typename Dispatch,
21914 PhysicalDevice::getFragmentShadingRatesKHR( Dispatch const & d ) const in getFragmentShadingRatesKHR()
21948 typename Dispatch,
21955Dispatch const & d ) const in getFragmentShadingRatesKHR()
21990 template <typename Dispatch>
21993Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setFragmentShadingRateKHR()
22004 template <typename Dispatch>
22007Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setFragmentShadingRateKHR()
22023 template <typename Dispatch>
22025Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRenderingAttachmentLocationsKHR()
22035 template <typename Dispatch>
22037Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRenderingAttachmentLocationsKHR()
22051 template <typename Dispatch>
22054Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRenderingInputAttachmentIndicesKHR()
22064 template <typename Dispatch>
22067Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRenderingInputAttachmentIndicesKHR()
22082 template <typename Dispatch>
22084Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferAddressEXT()
22093 template <typename Dispatch>
22095Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferAddressEXT()
22113 template <typename Dispatch>
22116Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getToolPropertiesEXT()
22128 typename Dispatch,
22133 PhysicalDevice::getToolPropertiesEXT( Dispatch const & d ) const in getToolPropertiesEXT()
22167 typename Dispatch,
22172 …alDeviceToolPropertiesAllocator & physicalDeviceToolPropertiesAllocator, Dispatch const & d ) const in getToolPropertiesEXT()
22208 template <typename Dispatch>
22212Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in waitForPresentKHR()
22219 template <typename Dispatch>
22221 …NAMESPACE::SwapchainKHR swapchain, uint64_t presentId, uint64_t timeout, Dispatch const & d ) const in waitForPresentKHR()
22243 template <typename Dispatch>
22245 …unt, VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV * pProperties, Dispatch const & d ) const… in getCooperativeMatrixPropertiesNV()
22256 typename Dispatch,
22262 PhysicalDevice::getCooperativeMatrixPropertiesNV( Dispatch const & d ) const in getCooperativeMatrixPropertiesNV()
22295 typename Dispatch,
22302Dispatch const & d ) const in getCooperativeMatrixPropertiesNV()
22338 template <typename Dispatch>
22340 …AN_HPP_NAMESPACE::FramebufferMixedSamplesCombinationNV * pCombinations, Dispatch const & d ) const… in getSupportedFramebufferMixedSamplesCombinationsNV()
22351 typename Dispatch,
22357 PhysicalDevice::getSupportedFramebufferMixedSamplesCombinationsNV( Dispatch const & d ) const in getSupportedFramebufferMixedSamplesCombinationsNV()
22391 typename Dispatch,
22398 …sCombinationNVAllocator & framebufferMixedSamplesCombinationNVAllocator, Dispatch const & d ) const in getSupportedFramebufferMixedSamplesCombinationsNV()
22436 template <typename Dispatch>
22441Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSurfacePresentModes2EXT()
22454 typename Dispatch,
22457 …const VULKAN_HPP_NAMESPACE::PhysicalDeviceSurfaceInfo2KHR & surfaceInfo, Dispatch const & d ) const in getSurfacePresentModes2EXT()
22494 typename Dispatch,
22499Dispatch const & d ) const in getSurfacePresentModes2EXT()
22537 template <typename Dispatch>
22539Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in acquireFullScreenExclusiveModeEXT()
22547 template <typename Dispatch>
22549 …ullScreenExclusiveModeEXT( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, Dispatch const & d ) const in acquireFullScreenExclusiveModeEXT()
22567 template <typename Dispatch>
22569Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in releaseFullScreenExclusiveModeEXT()
22577 template <typename Dispatch>
22579 …ullScreenExclusiveModeEXT( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, Dispatch const & d ) const in releaseFullScreenExclusiveModeEXT()
22596 template <typename Dispatch>
22600Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getGroupSurfacePresentModes2EXT()
22611 template <typename Dispatch>
22613 …const VULKAN_HPP_NAMESPACE::PhysicalDeviceSurfaceInfo2KHR & surfaceInfo, Dispatch const & d ) const in getGroupSurfacePresentModes2EXT()
22634 template <typename Dispatch>
22638Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createHeadlessSurfaceEXT()
22649 template <typename Dispatch>
22653Dispatch const & d ) const in createHeadlessSurfaceEXT()
22673 template <typename Dispatch>
22674 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
22677Dispatch const & d ) const in createHeadlessSurfaceEXTUnique()
22693 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, in createHeadlessSurfaceEXTUnique()
22701 template <typename Dispatch>
22703Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferAddressKHR()
22712 template <typename Dispatch>
22714Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferAddressKHR()
22730 template <typename Dispatch>
22732Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferOpaqueCaptureAddressKHR()
22741 template <typename Dispatch>
22743Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferOpaqueCaptureAddressKHR()
22759 template <typename Dispatch>
22761Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryOpaqueCaptureAddressKHR()
22771 template <typename Dispatch>
22773Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryOpaqueCaptureAddressKHR()
22790 template <typename Dispatch>
22792 …ineStippleEXT( uint32_t lineStippleFactor, uint16_t lineStipplePattern, Dispatch const & d ) const… in setLineStippleEXT()
22801 template <typename Dispatch>
22805Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resetQueryPoolEXT()
22814 template <typename Dispatch>
22815 …ndBuffer::setCullModeEXT( VULKAN_HPP_NAMESPACE::CullModeFlags cullMode, Dispatch const & d ) const… in setCullModeEXT()
22822 template <typename Dispatch>
22823 …mandBuffer::setFrontFaceEXT( VULKAN_HPP_NAMESPACE::FrontFace frontFace, Dispatch const & d ) const… in setFrontFaceEXT()
22830 template <typename Dispatch>
22832Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setPrimitiveTopologyEXT()
22839 template <typename Dispatch>
22842Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setViewportWithCountEXT()
22850 template <typename Dispatch>
22852Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setViewportWithCountEXT()
22865 template <typename Dispatch>
22867 … uint32_t scissorCount, const VULKAN_HPP_NAMESPACE::Rect2D * pScissors, Dispatch const & d ) const… in setScissorWithCountEXT()
22875 template <typename Dispatch>
22877Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setScissorWithCountEXT()
22890 template <typename Dispatch>
22897Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindVertexBuffers2EXT()
22911 template <typename Dispatch>
22917Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in bindVertexBuffers2EXT()
22954 template <typename Dispatch>
22955 …r::setDepthTestEnableEXT( VULKAN_HPP_NAMESPACE::Bool32 depthTestEnable, Dispatch const & d ) const… in setDepthTestEnableEXT()
22962 template <typename Dispatch>
22963 …:setDepthWriteEnableEXT( VULKAN_HPP_NAMESPACE::Bool32 depthWriteEnable, Dispatch const & d ) const… in setDepthWriteEnableEXT()
22970 template <typename Dispatch>
22971 …::setDepthCompareOpEXT( VULKAN_HPP_NAMESPACE::CompareOp depthCompareOp, Dispatch const & d ) const… in setDepthCompareOpEXT()
22979 template <typename Dispatch>
22981Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDepthBoundsTestEnableEXT()
22988 template <typename Dispatch>
22989 …etStencilTestEnableEXT( VULKAN_HPP_NAMESPACE::Bool32 stencilTestEnable, Dispatch const & d ) const… in setStencilTestEnableEXT()
22996 template <typename Dispatch>
23002Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setStencilOpEXT()
23016 template <typename Dispatch>
23019Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createDeferredOperationKHR()
23029 template <typename Dispatch>
23031 …HR( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const in createDeferredOperationKHR()
23050 template <typename Dispatch>
23051 … typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::DeferredOperationKHR, Dispatch>>::type
23052 …ue( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const in createDeferredOperationKHRUnique()
23068 …LKAN_HPP_NAMESPACE::DeferredOperationKHR, Dispatch>( deferredOperation, detail::ObjectDestroy<Devi… in createDeferredOperationKHRUnique()
23075 template <typename Dispatch>
23078Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDeferredOperationKHR()
23088 template <typename Dispatch>
23091Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDeferredOperationKHR()
23107 template <typename Dispatch>
23110Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
23120 template <typename Dispatch>
23123Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
23139 template <typename Dispatch>
23141Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDeferredOperationMaxConcurrencyKHR()
23150 template <typename Dispatch>
23152Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDeferredOperationResultKHR()
23160 template <typename Dispatch>
23162 …erationResultKHR( VULKAN_HPP_NAMESPACE::DeferredOperationKHR operation, Dispatch const & d ) const… in getDeferredOperationResultKHR()
23178 template <typename Dispatch>
23180Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in deferredOperationJoinKHR()
23187 template <typename Dispatch>
23189Dispatch const & d ) const in deferredOperationJoinKHR()
23211 template <typename Dispatch>
23215Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPipelineExecutablePropertiesKHR()
23228 typename Dispatch,
23234 …opertiesKHR( const VULKAN_HPP_NAMESPACE::PipelineInfoKHR & pipelineInfo, Dispatch const & d ) const in getPipelineExecutablePropertiesKHR()
23271 typename Dispatch,
23279Dispatch const & d ) const in getPipelineExecutablePropertiesKHR()
23317 template <typename Dispatch>
23322Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPipelineExecutableStatisticsKHR()
23335 typename Dispatch,
23341 … const VULKAN_HPP_NAMESPACE::PipelineExecutableInfoKHR & executableInfo, Dispatch const & d ) const in getPipelineExecutableStatisticsKHR()
23378 typename Dispatch,
23386Dispatch const & d ) const in getPipelineExecutableStatisticsKHR()
23424 template <typename Dispatch>
23429Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPipelineExecutableInternalRepresentationsKHR()
23443 typename Dispatch,
23449 … const VULKAN_HPP_NAMESPACE::PipelineExecutableInfoKHR & executableInfo, Dispatch const & d ) const in getPipelineExecutableInternalRepresentationsKHR()
23487 typename Dispatch,
23496 Dispatch const & d ) const in getPipelineExecutableInternalRepresentationsKHR()
23535 template <typename Dispatch>
23537Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMemoryToImageEXT()
23546 template <typename Dispatch>
23548 …nst VULKAN_HPP_NAMESPACE::CopyMemoryToImageInfo & copyMemoryToImageInfo, Dispatch const & d ) const in copyMemoryToImageEXT()
23564 template <typename Dispatch>
23566Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImageToMemoryEXT()
23575 template <typename Dispatch>
23577 …nst VULKAN_HPP_NAMESPACE::CopyImageToMemoryInfo & copyImageToMemoryInfo, Dispatch const & d ) const in copyImageToMemoryEXT()
23593 template <typename Dispatch>
23595Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImageToImageEXT()
23604 template <typename Dispatch>
23606 …const VULKAN_HPP_NAMESPACE::CopyImageToImageInfo & copyImageToImageInfo, Dispatch const & d ) const in copyImageToImageEXT()
23622 template <typename Dispatch>
23625Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in transitionImageLayoutEXT()
23634 template <typename Dispatch>
23637Dispatch const & … in transitionImageLayoutEXT()
23654 template <typename Dispatch>
23658Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageSubresourceLayout2EXT()
23670 template <typename Dispatch>
23672 …age image, const VULKAN_HPP_NAMESPACE::ImageSubresource2 & subresource, Dispatch const & d ) const… in getImageSubresourceLayout2EXT()
23692 template <typename X, typename Y, typename... Z, typename Dispatch>
23694 …age image, const VULKAN_HPP_NAMESPACE::ImageSubresource2 & subresource, Dispatch const & d ) const… in getImageSubresourceLayout2EXT()
23717 template <typename Dispatch>
23720Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in mapMemory2KHR()
23728 template <typename Dispatch>
23730 …apMemory2KHR( const VULKAN_HPP_NAMESPACE::MemoryMapInfo & memoryMapInfo, Dispatch const & d ) const in mapMemory2KHR()
23747 template <typename Dispatch>
23749Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in unmapMemory2KHR()
23757 template <typename Dispatch>
23759Dispatch const & d ) const in unmapMemory2KHR()
23777 template <typename Dispatch>
23779Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in releaseSwapchainImagesEXT()
23788 template <typename Dispatch>
23790 …const VULKAN_HPP_NAMESPACE::ReleaseSwapchainImagesInfoEXT & releaseInfo, Dispatch const & d ) const in releaseSwapchainImagesEXT()
23809 template <typename Dispatch>
23812Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getGeneratedCommandsMemoryRequirementsNV()
23823 template <typename Dispatch>
23826Dispatch const & d ) const VULKAN_HPP_NOEXC… in getGeneratedCommandsMemoryRequirementsNV()
23844 template <typename X, typename Y, typename... Z, typename Dispatch>
23847Dispatch const & d ) const VULKAN_HPP_NOEXC… in getGeneratedCommandsMemoryRequirementsNV()
23867 template <typename Dispatch>
23869Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in preprocessGeneratedCommandsNV()
23879 template <typename Dispatch>
23881Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in preprocessGeneratedCommandsNV()
23894 template <typename Dispatch>
23897Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in executeGeneratedCommandsNV()
23908 template <typename Dispatch>
23911Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in executeGeneratedCommandsNV()
23925 template <typename Dispatch>
23929Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindPipelineShaderGroupNV()
23938 template <typename Dispatch>
23943Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createIndirectCommandsLayoutNV()
23955 template <typename Dispatch>
23959Dispatch const & d ) const in createIndirectCommandsLayoutNV()
23980 template <typename Dispatch>
23981 …ename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV, Dispatch>>::type
23984Dispatch const & d ) const in createIndirectCommandsLayoutNVUnique()
24000 … UniqueHandle<VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV, Dispatch>( in createIndirectCommandsLayoutNVUnique()
24001 … indirectCommandsLayout, detail::ObjectDestroy<Device, Dispatch>( *this, allocator, d ) ) ); in createIndirectCommandsLayoutNVUnique()
24008 template <typename Dispatch>
24011Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyIndirectCommandsLayoutNV()
24022 template <typename Dispatch>
24025Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyIndirectCommandsLayoutNV()
24041 template <typename Dispatch>
24044Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
24055 template <typename Dispatch>
24058Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
24075 template <typename Dispatch>
24077Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDepthBias2EXT()
24085 template <typename Dispatch>
24087Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDepthBias2EXT()
24102 template <typename Dispatch>
24105Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in acquireDrmDisplayEXT()
24112 template <typename Dispatch>
24114 …eDrmDisplayEXT( int32_t drmFd, VULKAN_HPP_NAMESPACE::DisplayKHR display, Dispatch const & d ) const in acquireDrmDisplayEXT()
24130 template <typename Dispatch>
24134Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDrmDisplayEXT()
24143 template <typename Dispatch>
24145 … PhysicalDevice::getDrmDisplayEXT( int32_t drmFd, uint32_t connectorId, Dispatch const & d ) const in getDrmDisplayEXT()
24162 template <typename Dispatch>
24163 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::DisplayKHR, Dispatch>>::type
24164 …icalDevice::getDrmDisplayEXTUnique( int32_t drmFd, uint32_t connectorId, Dispatch const & d ) const in getDrmDisplayEXTUnique()
24177 …ueHandle<VULKAN_HPP_NAMESPACE::DisplayKHR, Dispatch>( display, detail::ObjectRelease<PhysicalDevic… in getDrmDisplayEXTUnique()
24185 template <typename Dispatch>
24189Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createPrivateDataSlotEXT()
24200 template <typename Dispatch>
24204Dispatch const & d ) const in createPrivateDataSlotEXT()
24224 template <typename Dispatch>
24225 …NLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::PrivateDataSlot, Dispatch>>::type
24228Dispatch const & d ) const in createPrivateDataSlotEXTUnique()
24245 …dle<VULKAN_HPP_NAMESPACE::PrivateDataSlot, Dispatch>( privateDataSlot, detail::ObjectDestroy<Devic… in createPrivateDataSlotEXTUnique()
24251 template <typename Dispatch>
24254Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPrivateDataSlotEXT()
24263 template <typename Dispatch>
24266Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPrivateDataSlotEXT()
24282 template <typename Dispatch>
24287Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setPrivateDataEXT()
24295 template <typename Dispatch>
24300Dispatch const & d ) const in setPrivateDataEXT()
24316 template <typename Dispatch>
24321Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPrivateDataEXT()
24330 template <typename Dispatch>
24334Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPrivateDataEXT()
24352 template <typename Dispatch>
24356Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getVideoEncodeQualityLevelPropertiesKHR()
24368 template <typename Dispatch>
24371Dispatch const & d ) const in getVideoEncodeQualityLevelPropertiesKHR()
24391 template <typename X, typename Y, typename... Z, typename Dispatch>
24394Dispatch const & d ) const in getVideoEncodeQualityLevelPropertiesKHR()
24417 template <typename Dispatch>
24423Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getEncodedVideoSessionParametersKHR()
24438 typename Dispatch,
24443Dispatch const & d ) const in getEncodedVideoSessionParametersKHR()
24482 typename Dispatch,
24488Dispatch const & d ) const in getEncodedVideoSessionParametersKHR()
24531 typename Dispatch,
24536Dispatch const & d ) const in getEncodedVideoSessionParametersKHR()
24579 typename Dispatch,
24585Dispatch const & d ) const in getEncodedVideoSessionParametersKHR()
24625 template <typename Dispatch>
24627Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in encodeVideoKHR()
24635 template <typename Dispatch>
24637Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in encodeVideoKHR()
24652 template <typename Dispatch>
24656Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createCudaModuleNV()
24667 template <typename Dispatch>
24671 Dispatch const & d ) const in createCudaModuleNV()
24691 template <typename Dispatch>
24692 …P_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::CudaModuleNV, Dispatch>>::type
24695Dispatch const & d ) const in createCudaModuleNVUnique()
24711 …niqueHandle<VULKAN_HPP_NAMESPACE::CudaModuleNV, Dispatch>( module, detail::ObjectDestroy<Device, D… in createCudaModuleNVUnique()
24717 template <typename Dispatch>
24721Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getCudaModuleCacheNV()
24730 typename Dispatch,
24733 …Device::getCudaModuleCacheNV( VULKAN_HPP_NAMESPACE::CudaModuleNV module, Dispatch const & d ) const in getCudaModuleCacheNV()
24764 typename Dispatch,
24767 …HPP_NAMESPACE::CudaModuleNV module, Uint8_tAllocator & uint8_tAllocator, Dispatch const & d ) const in getCudaModuleCacheNV()
24798 template <typename Dispatch>
24802Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createCudaFunctionNV()
24813 template <typename Dispatch>
24817Dispatch const & d ) const in createCudaFunctionNV()
24837 template <typename Dispatch>
24838 …INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::CudaFunctionNV, Dispatch>>::type
24841Dispatch const & d ) const in createCudaFunctionNVUnique()
24857 …ueHandle<VULKAN_HPP_NAMESPACE::CudaFunctionNV, Dispatch>( function, detail::ObjectDestroy<Device, in createCudaFunctionNVUnique()
24863 template <typename Dispatch>
24866Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyCudaModuleNV()
24875 template <typename Dispatch>
24878Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyCudaModuleNV()
24892 template <typename Dispatch>
24895Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
24904 template <typename Dispatch>
24907Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
24921 template <typename Dispatch>
24924Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyCudaFunctionNV()
24933 template <typename Dispatch>
24936Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyCudaFunctionNV()
24950 template <typename Dispatch>
24953Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
24962 template <typename Dispatch>
24965Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
24979 template <typename Dispatch>
24981Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in cudaLaunchKernelNV()
24989 template <typename Dispatch>
24991Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in cudaLaunchKernelNV()
25007 template <typename Dispatch>
25009Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in exportMetalObjectsEXT()
25017 template <typename Dispatch>
25019 … Device::exportMetalObjectsEXT( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in exportMetalObjectsEXT()
25033 template <typename X, typename Y, typename... Z, typename Dispatch>
25035 … Device::exportMetalObjectsEXT( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in exportMetalObjectsEXT()
25054 template <typename Dispatch>
25057Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setEvent2KHR()
25066 template <typename Dispatch>
25069Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setEvent2KHR()
25081 template <typename Dispatch>
25084Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resetEvent2KHR()
25091 template <typename Dispatch>
25095Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in waitEvents2KHR()
25106 template <typename Dispatch>
25109Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in waitEvents2KHR()
25132 template <typename Dispatch>
25134Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pipelineBarrier2KHR()
25142 template <typename Dispatch>
25144Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pipelineBarrier2KHR()
25156 template <typename Dispatch>
25160Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in writeTimestamp2KHR()
25168 template <typename Dispatch>
25172Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in submit2KHR()
25181 template <typename Dispatch>
25183 …ESPACE::SubmitInfo2> const & submits, VULKAN_HPP_NAMESPACE::Fence fence, Dispatch const & d ) const in submit2KHR()
25202 template <typename Dispatch>
25205Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorSetLayoutSizeEXT()
25215 template <typename Dispatch>
25217 …ptorSetLayoutSizeEXT( VULKAN_HPP_NAMESPACE::DescriptorSetLayout layout, Dispatch const & d ) const… in getDescriptorSetLayoutSizeEXT()
25233 template <typename Dispatch>
25237Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorSetLayoutBindingOffsetEXT()
25247 template <typename Dispatch>
25249 …VULKAN_HPP_NAMESPACE::DescriptorSetLayout layout, uint32_t binding, Dispatch const & d ) const VUL… in getDescriptorSetLayoutBindingOffsetEXT()
25265 template <typename Dispatch>
25269Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorEXT()
25277 template <typename Dispatch>
25281Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorEXT()
25292 template <typename DescriptorType, typename Dispatch>
25294Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorEXT()
25311 template <typename Dispatch>
25314Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindDescriptorBuffersEXT()
25324 template <typename Dispatch>
25327 Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindDescriptorBuffersEXT()
25340 template <typename Dispatch>
25347Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDescriptorBufferOffsetsEXT()
25362 template <typename Dispatch>
25368Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in setDescriptorBufferOffsetsEXT()
25395 template <typename Dispatch>
25399Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindDescriptorBufferEmbeddedSamplersEXT()
25408 template <typename Dispatch>
25410 …const VULKAN_HPP_NAMESPACE::BufferCaptureDescriptorDataInfoEXT * pInfo, void * pData, Dispatch con… in getBufferOpaqueCaptureDescriptorDataEXT()
25420 template <typename DataType, typename Dispatch>
25422 …( const VULKAN_HPP_NAMESPACE::BufferCaptureDescriptorDataInfoEXT & info, Dispatch const & d ) const in getBufferOpaqueCaptureDescriptorDataEXT()
25441 template <typename Dispatch>
25443 …const VULKAN_HPP_NAMESPACE::ImageCaptureDescriptorDataInfoEXT * pInfo, void * pData, Dispatch cons… in getImageOpaqueCaptureDescriptorDataEXT()
25453 template <typename DataType, typename Dispatch>
25455 …T( const VULKAN_HPP_NAMESPACE::ImageCaptureDescriptorDataInfoEXT & info, Dispatch const & d ) const in getImageOpaqueCaptureDescriptorDataEXT()
25474 template <typename Dispatch>
25476 …NAMESPACE::ImageViewCaptureDescriptorDataInfoEXT * pInfo, void * pData, Dispatch const & d ) const… in getImageViewOpaqueCaptureDescriptorDataEXT()
25486 template <typename DataType, typename Dispatch>
25488 …onst VULKAN_HPP_NAMESPACE::ImageViewCaptureDescriptorDataInfoEXT & info, Dispatch const & d ) const in getImageViewOpaqueCaptureDescriptorDataEXT()
25507 template <typename Dispatch>
25509 …const VULKAN_HPP_NAMESPACE::SamplerCaptureDescriptorDataInfoEXT * pInfo, void * pData, Dispatch co… in getSamplerOpaqueCaptureDescriptorDataEXT()
25519 template <typename DataType, typename Dispatch>
25521 … const VULKAN_HPP_NAMESPACE::SamplerCaptureDescriptorDataInfoEXT & info, Dispatch const & d ) const in getSamplerOpaqueCaptureDescriptorDataEXT()
25540 template <typename Dispatch>
25542 …ccelerationStructureCaptureDescriptorDataInfoEXT * pInfo, void * pData, Dispatch const & d ) const… in getAccelerationStructureOpaqueCaptureDescriptorDataEXT()
25552 template <typename DataType, typename Dispatch>
25555Dispatch const & d ) const in getAccelerationStructureOpaqueCaptureDescriptorDataEXT()
25576 template <typename Dispatch>
25579Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setFragmentShadingRateEnumNV()
25590 template <typename Dispatch>
25592 …sEXT( uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ, Dispatch const & d ) const… in drawMeshTasksEXT()
25600 template <typename Dispatch>
25605Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawMeshTasksIndirectEXT()
25614 template <typename Dispatch>
25621Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawMeshTasksIndirectCountEXT()
25636 template <typename Dispatch>
25638Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBuffer2KHR()
25646 template <typename Dispatch>
25648Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBuffer2KHR()
25660 template <typename Dispatch>
25662Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImage2KHR()
25670 template <typename Dispatch>
25672Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImage2KHR()
25684 template <typename Dispatch>
25686Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBufferToImage2KHR()
25695 template <typename Dispatch>
25697Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBufferToImage2KHR()
25709 template <typename Dispatch>
25711Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImageToBuffer2KHR()
25720 template <typename Dispatch>
25722Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImageToBuffer2KHR()
25734 template <typename Dispatch>
25736Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in blitImage2KHR()
25744 template <typename Dispatch>
25746Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in blitImage2KHR()
25758 template <typename Dispatch>
25760Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resolveImage2KHR()
25768 template <typename Dispatch>
25770Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resolveImage2KHR()
25784 template <typename Dispatch>
25787Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFaultInfoEXT()
25798 template <typename Dispatch>
25800Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in acquireWinrtDisplayNV()
25807 template <typename Dispatch>
25809 …PhysicalDevice::acquireWinrtDisplayNV( VULKAN_HPP_NAMESPACE::DisplayKHR display, Dispatch const & … in acquireWinrtDisplayNV()
25825 template <typename Dispatch>
25828Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getWinrtDisplayNV()
25837 template <typename Dispatch>
25839 … PhysicalDevice::getWinrtDisplayNV( uint32_t deviceRelativeId, Dispatch const & d ) const in getWinrtDisplayNV()
25856 template <typename Dispatch>
25857 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::DisplayKHR, Dispatch>>::type
25858 … PhysicalDevice::getWinrtDisplayNVUnique( uint32_t deviceRelativeId, Dispatch const & d ) const in getWinrtDisplayNVUnique()
25871 …ueHandle<VULKAN_HPP_NAMESPACE::DisplayKHR, Dispatch>( display, detail::ObjectRelease<PhysicalDevic… in getWinrtDisplayNVUnique()
25881 template <typename Dispatch>
25885Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createDirectFBSurfaceEXT()
25896 template <typename Dispatch>
25900Dispatch const & d ) const in createDirectFBSurfaceEXT()
25920 template <typename Dispatch>
25921 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
25924Dispatch const & d ) const in createDirectFBSurfaceEXTUnique()
25940 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, in createDirectFBSurfaceEXTUnique()
25947 template <typename Dispatch>
25950Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDirectFBPresentationSupportEXT()
25960 template <typename Dispatch>
25962 …ctFBPresentationSupportEXT( uint32_t queueFamilyIndex, IDirectFB & dfb, Dispatch const & d ) const… in getDirectFBPresentationSupportEXT()
25980 template <typename Dispatch>
25985Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setVertexInputEXT()
25997 template <typename Dispatch>
26001Dispatch const & … in setVertexInputEXT()
26021 template <typename Dispatch>
26025Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryZirconHandleFUCHSIA()
26035 template <typename Dispatch>
26037 …N_HPP_NAMESPACE::MemoryGetZirconHandleInfoFUCHSIA & getZirconHandleInfo, Dispatch const & d ) const in getMemoryZirconHandleFUCHSIA()
26055 template <typename Dispatch>
26060Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryZirconHandlePropertiesFUCHSIA()
26073 template <typename Dispatch>
26077Dispatch const & d ) const in getMemoryZirconHandlePropertiesFUCHSIA()
26103 template <typename Dispatch>
26105 …ortSemaphoreZirconHandleInfoFUCHSIA * pImportSemaphoreZirconHandleInfo, Dispatch const & d ) const… in importSemaphoreZirconHandleFUCHSIA()
26115 template <typename Dispatch>
26118Dispatch const & d ) const in importSemaphoreZirconHandleFUCHSIA()
26135 template <typename Dispatch>
26139Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSemaphoreZirconHandleFUCHSIA()
26149 template <typename Dispatch>
26151 …PP_NAMESPACE::SemaphoreGetZirconHandleInfoFUCHSIA & getZirconHandleInfo, Dispatch const & d ) const in getSemaphoreZirconHandleFUCHSIA()
26173 template <typename Dispatch>
26178Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createBufferCollectionFUCHSIA()
26190 template <typename Dispatch>
26194Dispatch const & d ) const in createBufferCollectionFUCHSIA()
26215 template <typename Dispatch>
26216 …pename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::BufferCollectionFUCHSIA, Dispatch>>::type
26219Dispatch const & d ) const in createBufferCollectionFUCHSIAUnique()
26236 …ULKAN_HPP_NAMESPACE::BufferCollectionFUCHSIA, Dispatch>( collection, detail::ObjectDestroy<Device,… in createBufferCollectionFUCHSIAUnique()
26243 template <typename Dispatch>
26247Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setBufferCollectionImageConstraintsFUCHSIA()
26259 template <typename Dispatch>
26263Dispatch const & d ) const in setBufferCollectionImageConstraintsFUCHSIA()
26281 template <typename Dispatch>
26285Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setBufferCollectionBufferConstraintsFUCHSIA()
26297 template <typename Dispatch>
26301Dispatch const & d ) const in setBufferCollectionBufferConstraintsFUCHSIA()
26319 template <typename Dispatch>
26322Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyBufferCollectionFUCHSIA()
26332 template <typename Dispatch>
26335Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyBufferCollectionFUCHSIA()
26351 template <typename Dispatch>
26354Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
26364 template <typename Dispatch>
26367Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
26383 template <typename Dispatch>
26387Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferCollectionPropertiesFUCHSIA()
26398 template <typename Dispatch>
26400 …ertiesFUCHSIA( VULKAN_HPP_NAMESPACE::BufferCollectionFUCHSIA collection, Dispatch const & d ) const in getBufferCollectionPropertiesFUCHSIA()
26422 template <typename Dispatch>
26425Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSubpassShadingMaxWorkgroupSizeHUAWEI()
26435 template <typename Dispatch>
26437 …dingMaxWorkgroupSizeHUAWEI( VULKAN_HPP_NAMESPACE::RenderPass renderpass, Dispatch const & d ) const in getSubpassShadingMaxWorkgroupSizeHUAWEI()
26455 template <typename Dispatch>
26456 …VULKAN_HPP_INLINE void CommandBuffer::subpassShadingHUAWEI( Dispatch const & d ) const VULKAN_HPP_… in subpassShadingHUAWEI()
26466 template <typename Dispatch>
26469Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindInvocationMaskHUAWEI()
26479 template <typename Dispatch>
26483Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryRemoteAddressNV()
26493 template <typename Dispatch>
26495 …PP_NAMESPACE::MemoryGetRemoteAddressInfoNV & memoryGetRemoteAddressInfo, Dispatch const & d ) const in getMemoryRemoteAddressNV()
26514 template <typename Dispatch>
26517Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPipelinePropertiesEXT()
26527 template <typename Dispatch>
26529 …opertiesEXT( const VULKAN_HPP_NAMESPACE::PipelineInfoEXT & pipelineInfo, Dispatch const & d ) const in getPipelinePropertiesEXT()
26549 template <typename Dispatch>
26550 …d CommandBuffer::setPatchControlPointsEXT( uint32_t patchControlPoints, Dispatch const & d ) const… in setPatchControlPointsEXT()
26558 template <typename Dispatch>
26560Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRasterizerDiscardEnableEXT()
26567 template <typename Dispatch>
26568 …r::setDepthBiasEnableEXT( VULKAN_HPP_NAMESPACE::Bool32 depthBiasEnable, Dispatch const & d ) const… in setDepthBiasEnableEXT()
26575 template <typename Dispatch>
26576 …id CommandBuffer::setLogicOpEXT( VULKAN_HPP_NAMESPACE::LogicOp logicOp, Dispatch const & d ) const… in setLogicOpEXT()
26584 template <typename Dispatch>
26586Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setPrimitiveRestartEnableEXT()
26596 template <typename Dispatch>
26600Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createScreenSurfaceQNX()
26611 template <typename Dispatch>
26615Dispatch const & d ) const in createScreenSurfaceQNX()
26635 template <typename Dispatch>
26636 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
26639Dispatch const & d ) const in createScreenSurfaceQNXUnique()
26655 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, in createScreenSurfaceQNXUnique()
26662 template <typename Dispatch>
26665Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getScreenPresentationSupportQNX()
26675 template <typename Dispatch>
26677 …nSupportQNX( uint32_t queueFamilyIndex, struct _screen_window & window, Dispatch const & d ) const… in getScreenPresentationSupportQNX()
26695 template <typename Dispatch>
26698Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setColorWriteEnableEXT()
26706 template <typename Dispatch>
26708Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setColorWriteEnableEXT()
26722 template <typename Dispatch>
26724Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in traceRaysIndirect2KHR()
26733 template <typename Dispatch>
26739Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawMultiEXT()
26752 template <typename Dispatch>
26756 Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawMultiEXT()
26773 template <typename Dispatch>
26780Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawMultiIndexedEXT()
26794 template <typename Dispatch>
26800 Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawMultiIndexedEXT()
26820 template <typename Dispatch>
26824Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createMicromapEXT()
26835 template <typename Dispatch>
26839 Dispatch const & d ) const in createMicromapEXT()
26859 template <typename Dispatch>
26860 …PP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::MicromapEXT, Dispatch>>::type
26863Dispatch const & d ) const in createMicromapEXTUnique()
26879 …niqueHandle<VULKAN_HPP_NAMESPACE::MicromapEXT, Dispatch>( micromap, detail::ObjectDestroy<Device, in createMicromapEXTUnique()
26885 template <typename Dispatch>
26888Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyMicromapEXT()
26897 template <typename Dispatch>
26900Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyMicromapEXT()
26914 template <typename Dispatch>
26917Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
26926 template <typename Dispatch>
26929Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
26943 template <typename Dispatch>
26946Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in buildMicromapsEXT()
26954 template <typename Dispatch>
26956Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in buildMicromapsEXT()
26968 template <typename Dispatch>
26972Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in buildMicromapsEXT()
26983 template <typename Dispatch>
26987Dispatch const & d ) con… in buildMicromapsEXT()
27006 template <typename Dispatch>
27009Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMicromapEXT()
27018 template <typename Dispatch>
27021Dispatch const & d ) const in copyMicromapEXT()
27040 template <typename Dispatch>
27043Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMicromapToMemoryEXT()
27053 template <typename Dispatch>
27055 …eration, const VULKAN_HPP_NAMESPACE::CopyMicromapToMemoryInfoEXT & info, Dispatch const & d ) const in copyMicromapToMemoryEXT()
27074 template <typename Dispatch>
27077Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMemoryToMicromapEXT()
27087 template <typename Dispatch>
27089 …eration, const VULKAN_HPP_NAMESPACE::CopyMemoryToMicromapInfoEXT & info, Dispatch const & d ) const in copyMemoryToMicromapEXT()
27109 template <typename Dispatch>
27116Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in writeMicromapsPropertiesEXT()
27133 typename Dispatch,
27140Dispatch const & d ) const in writeMicromapsPropertiesEXT()
27164 template <typename DataType, typename Dispatch>
27169Dispatch const & d ) const in writeMicromapsPropertyEXT()
27192 template <typename Dispatch>
27193 …pyMicromapEXT( const VULKAN_HPP_NAMESPACE::CopyMicromapInfoEXT * pInfo, Dispatch const & d ) const… in copyMicromapEXT()
27201 template <typename Dispatch>
27202 …opyMicromapEXT( const VULKAN_HPP_NAMESPACE::CopyMicromapInfoEXT & info, Dispatch const & d ) const… in copyMicromapEXT()
27214 template <typename Dispatch>
27216Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMicromapToMemoryEXT()
27224 template <typename Dispatch>
27226Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMicromapToMemoryEXT()
27238 template <typename Dispatch>
27240Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMemoryToMicromapEXT()
27248 template <typename Dispatch>
27250Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMemoryToMicromapEXT()
27263 template <typename Dispatch>
27269Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in writeMicromapsPropertiesEXT()
27283 template <typename Dispatch>
27289Dispatch const & d ) const VULKAN… in writeMicromapsPropertiesEXT()
27307 template <typename Dispatch>
27310Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMicromapCompatibilityEXT()
27321 template <typename Dispatch>
27323 …yEXT( const VULKAN_HPP_NAMESPACE::MicromapVersionInfoEXT & versionInfo, Dispatch const & d ) const… in getMicromapCompatibilityEXT()
27340 template <typename Dispatch>
27344Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMicromapBuildSizesEXT()
27355 template <typename Dispatch>
27359Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMicromapBuildSizesEXT()
27379 template <typename Dispatch>
27381 …AWEI( uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ, Dispatch const & d ) const… in drawClusterHUAWEI()
27389 template <typename Dispatch>
27392Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawClusterIndirectHUAWEI()
27401 template <typename Dispatch>
27402 …PriorityEXT( VULKAN_HPP_NAMESPACE::DeviceMemory memory, float priority, Dispatch const & d ) const… in setMemoryPriorityEXT()
27412 template <typename Dispatch>
27415Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferMemoryRequirementsKHR()
27426 template <typename Dispatch>
27428 …KHR( const VULKAN_HPP_NAMESPACE::DeviceBufferMemoryRequirements & info, Dispatch const & d ) const… in getBufferMemoryRequirementsKHR()
27445 template <typename X, typename Y, typename... Z, typename Dispatch>
27447 …KHR( const VULKAN_HPP_NAMESPACE::DeviceBufferMemoryRequirements & info, Dispatch const & d ) const… in getBufferMemoryRequirementsKHR()
27466 template <typename Dispatch>
27469Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageMemoryRequirementsKHR()
27480 template <typename Dispatch>
27482 …sKHR( const VULKAN_HPP_NAMESPACE::DeviceImageMemoryRequirements & info, Dispatch const & d ) const… in getImageMemoryRequirementsKHR()
27499 template <typename X, typename Y, typename... Z, typename Dispatch>
27501 …sKHR( const VULKAN_HPP_NAMESPACE::DeviceImageMemoryRequirements & info, Dispatch const & d ) const… in getImageMemoryRequirementsKHR()
27520 template <typename Dispatch>
27524Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageSparseMemoryRequirementsKHR()
27537 typename Dispatch,
27542 …tsKHR( const VULKAN_HPP_NAMESPACE::DeviceImageMemoryRequirements & info, Dispatch const & d ) const in getImageSparseMemoryRequirementsKHR()
27571 typename Dispatch,
27578Dispatch const & d ) const in getImageSparseMemoryRequirementsKHR()
27610 template <typename Dispatch>
27613Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorSetLayoutHostMappingInfoVALVE()
27624 template <typename Dispatch>
27627Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorSetLayoutHostMappingInfoVALVE()
27646 template <typename Dispatch>
27648 …LVE( VULKAN_HPP_NAMESPACE::DescriptorSet descriptorSet, void ** ppData, Dispatch const & d ) const… in getDescriptorSetHostMappingVALVE()
27657 template <typename Dispatch>
27659Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorSetHostMappingVALVE()
27677 template <typename Dispatch>
27681Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMemoryIndirectNV()
27689 template <typename Dispatch>
27696Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMemoryToImageIndirectNV()
27711 template <typename Dispatch>
27718 Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMemoryToImageIndirectNV()
27738 template <typename Dispatch>
27741Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in decompressMemoryNV()
27751 template <typename Dispatch>
27754 Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in decompressMemoryNV()
27768 template <typename Dispatch>
27772Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in decompressMemoryIndirectCountNV()
27785 template <typename Dispatch>
27788Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPipelineIndirectMemoryRequirementsNV()
27799 template <typename Dispatch>
27802Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPipelineIndirectMemoryRequirementsNV()
27819 template <typename X, typename Y, typename... Z, typename Dispatch>
27822Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPipelineIndirectMemoryRequirementsNV()
27841 template <typename Dispatch>
27844Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updatePipelineIndirectBufferNV()
27853 template <typename Dispatch>
27855Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPipelineIndirectAddressNV()
27865 template <typename Dispatch>
27867 …const VULKAN_HPP_NAMESPACE::PipelineIndirectDeviceAddressInfoNV & info, Dispatch const & d ) const… in getPipelineIndirectAddressNV()
27884 template <typename Dispatch>
27885 …:setDepthClampEnableEXT( VULKAN_HPP_NAMESPACE::Bool32 depthClampEnable, Dispatch const & d ) const… in setDepthClampEnableEXT()
27892 template <typename Dispatch>
27893 …ffer::setPolygonModeEXT( VULKAN_HPP_NAMESPACE::PolygonMode polygonMode, Dispatch const & d ) const… in setPolygonModeEXT()
27901 template <typename Dispatch>
27903Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRasterizationSamplesEXT()
27910 template <typename Dispatch>
27913Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setSampleMaskEXT()
27922 template <typename Dispatch>
27925Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in setSampleMaskEXT()
27946 template <typename Dispatch>
27948Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setAlphaToCoverageEnableEXT()
27955 template <typename Dispatch>
27956 …:setAlphaToOneEnableEXT( VULKAN_HPP_NAMESPACE::Bool32 alphaToOneEnable, Dispatch const & d ) const… in setAlphaToOneEnableEXT()
27963 template <typename Dispatch>
27964 …uffer::setLogicOpEnableEXT( VULKAN_HPP_NAMESPACE::Bool32 logicOpEnable, Dispatch const & d ) const… in setLogicOpEnableEXT()
27971 template <typename Dispatch>
27975Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setColorBlendEnableEXT()
27984 template <typename Dispatch>
27987Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setColorBlendEnableEXT()
28001 template <typename Dispatch>
28005Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setColorBlendEquationEXT()
28017 template <typename Dispatch>
28021 Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setColorBlendEquationEXT()
28035 template <typename Dispatch>
28039Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setColorWriteMaskEXT()
28048 template <typename Dispatch>
28052Dispatch const & d ) cons… in setColorWriteMaskEXT()
28067 template <typename Dispatch>
28069Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setTessellationDomainOriginEXT()
28077 template <typename Dispatch>
28078 …CommandBuffer::setRasterizationStreamEXT( uint32_t rasterizationStream, Dispatch const & d ) const… in setRasterizationStreamEXT()
28086 template <typename Dispatch>
28089Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setConservativeRasterizationModeEXT()
28098 template <typename Dispatch>
28100Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setExtraPrimitiveOverestimationSizeEXT()
28107 template <typename Dispatch>
28108 …r::setDepthClipEnableEXT( VULKAN_HPP_NAMESPACE::Bool32 depthClipEnable, Dispatch const & d ) const… in setDepthClipEnableEXT()
28116 template <typename Dispatch>
28118Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setSampleLocationsEnableEXT()
28126 template <typename Dispatch>
28130Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setColorBlendAdvancedEXT()
28142 template <typename Dispatch>
28146 Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setColorBlendAdvancedEXT()
28161 template <typename Dispatch>
28163Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setProvokingVertexModeEXT()
28171 template <typename Dispatch>
28173Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setLineRasterizationModeEXT()
28180 template <typename Dispatch>
28181 …tLineStippleEnableEXT( VULKAN_HPP_NAMESPACE::Bool32 stippledLineEnable, Dispatch const & d ) const… in setLineStippleEnableEXT()
28189 template <typename Dispatch>
28191Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDepthClipNegativeOneToOneEXT()
28199 template <typename Dispatch>
28201Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setViewportWScalingEnableNV()
28208 template <typename Dispatch>
28212Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setViewportSwizzleNV()
28221 template <typename Dispatch>
28225Dispatch const & d ) const … in setViewportSwizzleNV()
28240 template <typename Dispatch>
28242Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setCoverageToColorEnableNV()
28250 template <typename Dispatch>
28251 …Buffer::setCoverageToColorLocationNV( uint32_t coverageToColorLocation, Dispatch const & d ) const… in setCoverageToColorLocationNV()
28259 template <typename Dispatch>
28261Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setCoverageModulationModeNV()
28269 template <typename Dispatch>
28271Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setCoverageModulationTableEnableNV()
28279 template <typename Dispatch>
28282Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setCoverageModulationTableNV()
28291 template <typename Dispatch>
28293Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setCoverageModulationTableNV()
28307 template <typename Dispatch>
28309Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setShadingRateImageEnableNV()
28317 template <typename Dispatch>
28319Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRepresentativeFragmentTestEnableNV()
28327 template <typename Dispatch>
28329Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setCoverageReductionModeNV()
28339 template <typename Dispatch>
28342Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getShaderModuleIdentifierEXT()
28352 template <typename Dispatch>
28354 …Device::getShaderModuleIdentifierEXT( VULKAN_HPP_NAMESPACE::ShaderModule shaderModule, Dispatch co… in getShaderModuleIdentifierEXT()
28370 template <typename Dispatch>
28373Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getShaderModuleCreateInfoIdentifierEXT()
28384 template <typename Dispatch>
28387Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getShaderModuleCreateInfoIdentifierEXT()
28407 template <typename Dispatch>
28412Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getOpticalFlowImageFormatsNV()
28426 typename Dispatch,
28433Dispatch const & d ) const in getOpticalFlowImageFormatsNV()
28470 typename Dispatch,
28478Dispatch const & d ) const in getOpticalFlowImageFormatsNV()
28515 template <typename Dispatch>
28519Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createOpticalFlowSessionNV()
28530 template <typename Dispatch>
28534Dispatch const & d ) const in createOpticalFlowSessionNV()
28554 template <typename Dispatch>
28555 … typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::OpticalFlowSessionNV, Dispatch>>::type
28558Dispatch const & d ) const in createOpticalFlowSessionNVUnique()
28574 …le<VULKAN_HPP_NAMESPACE::OpticalFlowSessionNV, Dispatch>( session, detail::ObjectDestroy<Device, D… in createOpticalFlowSessionNVUnique()
28581 template <typename Dispatch>
28584Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyOpticalFlowSessionNV()
28594 template <typename Dispatch>
28597Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyOpticalFlowSessionNV()
28613 template <typename Dispatch>
28616Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
28626 template <typename Dispatch>
28629Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
28646 template <typename Dispatch>
28651Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindOpticalFlowSessionImageNV()
28663 template <typename Dispatch>
28669Dispatch const & d ) const in bindOpticalFlowSessionImageNV()
28689 template <typename Dispatch>
28692Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in opticalFlowExecuteNV()
28702 template <typename Dispatch>
28705Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in opticalFlowExecuteNV()
28720 template <typename Dispatch>
28725Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindIndexBuffer2KHR()
28737 template <typename Dispatch>
28740Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getRenderingAreaGranularityKHR()
28750 template <typename Dispatch>
28752 …KHR( const VULKAN_HPP_NAMESPACE::RenderingAreaInfo & renderingAreaInfo, Dispatch const & d ) const… in getRenderingAreaGranularityKHR()
28769 template <typename Dispatch>
28772Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageSubresourceLayoutKHR()
28782 template <typename Dispatch>
28784 …youtKHR( const VULKAN_HPP_NAMESPACE::DeviceImageSubresourceInfo & info, Dispatch const & d ) const… in getImageSubresourceLayoutKHR()
28801 template <typename X, typename Y, typename... Z, typename Dispatch>
28803 …youtKHR( const VULKAN_HPP_NAMESPACE::DeviceImageSubresourceInfo & info, Dispatch const & d ) const… in getImageSubresourceLayoutKHR()
28822 template <typename Dispatch>
28826Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageSubresourceLayout2KHR()
28838 template <typename Dispatch>
28840 …age image, const VULKAN_HPP_NAMESPACE::ImageSubresource2 & subresource, Dispatch const & d ) const… in getImageSubresourceLayout2KHR()
28860 template <typename X, typename Y, typename... Z, typename Dispatch>
28862 …age image, const VULKAN_HPP_NAMESPACE::ImageSubresource2 & subresource, Dispatch const & d ) const… in getImageSubresourceLayout2KHR()
28885 template <typename Dispatch>
28886 …::antiLagUpdateAMD( const VULKAN_HPP_NAMESPACE::AntiLagDataAMD * pData, Dispatch const & d ) const… in antiLagUpdateAMD()
28894 template <typename Dispatch>
28895 …e::antiLagUpdateAMD( const VULKAN_HPP_NAMESPACE::AntiLagDataAMD & data, Dispatch const & d ) const… in antiLagUpdateAMD()
28909 template <typename Dispatch>
28914Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createShadersEXT()
28927 typename Dispatch,
28932Dispatch const & d ) const in createShadersEXT()
28955 typename Dispatch,
28961Dispatch const & d ) const in createShadersEXT()
28983 template <typename Dispatch>
28987 Dispatch const & d ) const in createShaderEXT()
29011 typename Dispatch,
29013 …EXTAllocator::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::ShaderEXT, Dispatch>>::value, int>::t…
29014 …E ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::ShaderEXT, Dispatch>, ShaderEXTAlloca…
29017Dispatch const & d ) const in createShadersEXTUnique()
29034 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::ShaderEXT, Dispatch>, ShaderEXTAllocator> uniqueSha… in createShadersEXTUnique()
29036 detail::ObjectDestroy<Device, Dispatch> deleter( *this, allocator, d ); in createShadersEXTUnique()
29039 uniqueShaders.push_back( UniqueHandle<ShaderEXT, Dispatch>( shader, deleter ) ); in createShadersEXTUnique()
29041 …return ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::ShaderEXT, Dispatch>, ShaderEXTA… in createShadersEXTUnique()
29046 typename Dispatch,
29048 …EXTAllocator::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::ShaderEXT, Dispatch>>::value, int>::t…
29049 …E ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::ShaderEXT, Dispatch>, ShaderEXTAlloca…
29053Dispatch const & d ) const in createShadersEXTUnique()
29070 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::ShaderEXT, Dispatch>, ShaderEXTAllocator> uniqueSha… in createShadersEXTUnique()
29072 detail::ObjectDestroy<Device, Dispatch> deleter( *this, allocator, d ); in createShadersEXTUnique()
29075 uniqueShaders.push_back( UniqueHandle<ShaderEXT, Dispatch>( shader, deleter ) ); in createShadersEXTUnique()
29077 …return ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::ShaderEXT, Dispatch>, ShaderEXTA… in createShadersEXTUnique()
29081 template <typename Dispatch>
29082 …PP_NODISCARD VULKAN_HPP_INLINE ResultValue<UniqueHandle<VULKAN_HPP_NAMESPACE::ShaderEXT, Dispatch>>
29085Dispatch const & d ) const in createShaderEXTUnique()
29103 return ResultValue<UniqueHandle<VULKAN_HPP_NAMESPACE::ShaderEXT, Dispatch>>( in createShaderEXTUnique()
29104 …, UniqueHandle<VULKAN_HPP_NAMESPACE::ShaderEXT, Dispatch>( shader, detail::ObjectDestroy<Device, D… in createShaderEXTUnique()
29110 template <typename Dispatch>
29113Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyShaderEXT()
29122 template <typename Dispatch>
29125Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyShaderEXT()
29139 template <typename Dispatch>
29142Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
29151 template <typename Dispatch>
29154Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
29168 template <typename Dispatch>
29170 …LKAN_HPP_NAMESPACE::ShaderEXT shader, size_t * pDataSize, void * pData, Dispatch const & d ) const… in getShaderBinaryDataEXT()
29179 typename Dispatch,
29182 … Device::getShaderBinaryDataEXT( VULKAN_HPP_NAMESPACE::ShaderEXT shader, Dispatch const & d ) const in getShaderBinaryDataEXT()
29213 typename Dispatch,
29216 …AN_HPP_NAMESPACE::ShaderEXT shader, Uint8_tAllocator & uint8_tAllocator, Dispatch const & d ) const in getShaderBinaryDataEXT()
29247 template <typename Dispatch>
29251Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindShadersEXT()
29262 template <typename Dispatch>
29265Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in bindShadersEXT()
29288 template <typename Dispatch>
29291Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDepthClampRangeEXT()
29301 template <typename Dispatch>
29304Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDepthClampRangeEXT()
29322 template <typename Dispatch>
29326Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createPipelineBinariesKHR()
29338 typename Dispatch,
29343Dispatch const & d ) const in createPipelineBinariesKHR()
29395 typename Dispatch,
29401Dispatch const & d ) const in createPipelineBinariesKHR()
29453 template <typename Dispatch,
29456 …yKHRAllocator::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::PipelineBinaryKHR, Dispatch>>::value,
29458 …Value<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::PipelineBinaryKHR, Dispatch>, PipelineBinaryK…
29461Dispatch const & d ) const in createPipelineBinariesKHRUnique()
29507 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::PipelineBinaryKHR, Dispatch>, PipelineBinaryKHRAllo… in createPipelineBinariesKHRUnique()
29509 detail::ObjectDestroy<Device, Dispatch> deleter( *this, allocator, d ); in createPipelineBinariesKHRUnique()
29512 …uniquePipelineBinaries.push_back( UniqueHandle<PipelineBinaryKHR, Dispatch>( pipelineBinary, delet… in createPipelineBinariesKHRUnique()
29514 …return ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::PipelineBinaryKHR, Dispatch>, Pi… in createPipelineBinariesKHRUnique()
29519 template <typename Dispatch,
29522 …yKHRAllocator::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::PipelineBinaryKHR, Dispatch>>::value,
29524 …Value<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::PipelineBinaryKHR, Dispatch>, PipelineBinaryK…
29528Dispatch const & d ) const in createPipelineBinariesKHRUnique()
29574 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::PipelineBinaryKHR, Dispatch>, PipelineBinaryKHRAllo… in createPipelineBinariesKHRUnique()
29577 detail::ObjectDestroy<Device, Dispatch> deleter( *this, allocator, d ); in createPipelineBinariesKHRUnique()
29580 …uniquePipelineBinaries.push_back( UniqueHandle<PipelineBinaryKHR, Dispatch>( pipelineBinary, delet… in createPipelineBinariesKHRUnique()
29582 …return ResultValue<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::PipelineBinaryKHR, Dispatch>, Pi… in createPipelineBinariesKHRUnique()
29589 template <typename Dispatch>
29592Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPipelineBinaryKHR()
29601 template <typename Dispatch>
29604Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPipelineBinaryKHR()
29619 template <typename Dispatch>
29622Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
29631 template <typename Dispatch>
29634Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
29649 template <typename Dispatch>
29652Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPipelineKeyKHR()
29662 template <typename Dispatch>
29664 …l<const VULKAN_HPP_NAMESPACE::PipelineCreateInfoKHR> pipelineCreateInfo, Dispatch const & d ) const in getPipelineKeyKHR()
29683 template <typename Dispatch>
29688Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPipelineBinaryDataKHR()
29701 typename Dispatch,
29705 …ryDataKHR( const VULKAN_HPP_NAMESPACE::PipelineBinaryDataInfoKHR & info, Dispatch const & d ) const in getPipelineBinaryDataKHR()
29739 typename Dispatch,
29745Dispatch const & d ) const in getPipelineBinaryDataKHR()
29781 template <typename Dispatch>
29784Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in releaseCapturedPipelineDataKHR()
29795 template <typename Dispatch>
29798Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in releaseCapturedPipelineDataKHR()
29816 template <typename Dispatch>
29820Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFramebufferTilePropertiesQCOM()
29833 typename Dispatch,
29836 …bufferTilePropertiesQCOM( VULKAN_HPP_NAMESPACE::Framebuffer framebuffer, Dispatch const & d ) const in getFramebufferTilePropertiesQCOM()
29869 typename Dispatch,
29874 Dispatch const & d ) const in getFramebufferTilePropertiesQCOM()
29907 template <typename Dispatch>
29910Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDynamicRenderingTilePropertiesQCOM()
29921 template <typename Dispatch>
29923 …pertiesQCOM( const VULKAN_HPP_NAMESPACE::RenderingInfo & renderingInfo, Dispatch const & d ) const… in getDynamicRenderingTilePropertiesQCOM()
29942 template <typename Dispatch>
29944 …unt, VULKAN_HPP_NAMESPACE::CooperativeVectorPropertiesNV * pProperties, Dispatch const & d ) const… in getCooperativeVectorPropertiesNV()
29955 typename Dispatch,
29961 PhysicalDevice::getCooperativeVectorPropertiesNV( Dispatch const & d ) const in getCooperativeVectorPropertiesNV()
29994 typename Dispatch,
30001Dispatch const & d ) const in getCooperativeVectorPropertiesNV()
30035 template <typename Dispatch>
30037 …const VULKAN_HPP_NAMESPACE::ConvertCooperativeVectorMatrixInfoNV * pInfo, Dispatch const & d ) con… in convertCooperativeVectorMatrixNV()
30047 template <typename Dispatch>
30049 …const VULKAN_HPP_NAMESPACE::ConvertCooperativeVectorMatrixInfoNV & info, Dispatch const & d ) const in convertCooperativeVectorMatrixNV()
30068 template <typename Dispatch>
30071Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in convertCooperativeVectorMatrixNV()
30081 template <typename Dispatch>
30084Dispatch const & … in convertCooperativeVectorMatrixNV()
30098 template <typename Dispatch>
30101Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setLatencySleepModeNV()
30110 template <typename Dispatch>
30113Dispatch const & d ) const in setLatencySleepModeNV()
30129 template <typename Dispatch>
30132Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in latencySleepNV()
30141 template <typename Dispatch>
30144Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in latencySleepNV()
30156 template <typename Dispatch>
30159Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setLatencyMarkerNV()
30168 template <typename Dispatch>
30171Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setLatencyMarkerNV()
30183 template <typename Dispatch>
30186Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getLatencyTimingsNV()
30197 typename Dispatch,
30201 …vice::getLatencyTimingsNV( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, Dispatch const & d ) const in getLatencyTimingsNV()
30221 typename Dispatch,
30227 Dispatch const & d ) const in getLatencyTimingsNV()
30246 template <typename Dispatch>
30248Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in notifyOutOfBandNV()
30256 template <typename Dispatch>
30258Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in notifyOutOfBandNV()
30273 template <typename Dispatch>
30275 …nt, VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesKHR * pProperties, Dispatch const & d ) const… in getCooperativeMatrixPropertiesKHR()
30286 typename Dispatch,
30292 PhysicalDevice::getCooperativeMatrixPropertiesKHR( Dispatch const & d ) const in getCooperativeMatrixPropertiesKHR()
30325 typename Dispatch,
30332Dispatch const & d ) const in getCooperativeMatrixPropertiesKHR()
30368 template <typename Dispatch>
30370Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setAttachmentFeedbackLoopEnableEXT()
30381 template <typename Dispatch>
30384Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getScreenBufferPropertiesQNX()
30394 template <typename Dispatch>
30396 …ice::getScreenBufferPropertiesQNX( const struct _screen_buffer & buffer, Dispatch const & d ) const in getScreenBufferPropertiesQNX()
30413 template <typename X, typename Y, typename... Z, typename Dispatch>
30415 …ice::getScreenBufferPropertiesQNX( const struct _screen_buffer & buffer, Dispatch const & d ) const in getScreenBufferPropertiesQNX()
30436 template <typename Dispatch>
30438 …ineStippleKHR( uint32_t lineStippleFactor, uint16_t lineStipplePattern, Dispatch const & d ) const… in setLineStippleKHR()
30448 template <typename Dispatch>
30451Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getCalibrateableTimeDomainsKHR()
30462 typename Dispatch,
30465 PhysicalDevice::getCalibrateableTimeDomainsKHR( Dispatch const & d ) const in getCalibrateableTimeDomainsKHR()
30498 typename Dispatch,
30501 …rateableTimeDomainsKHR( TimeDomainKHRAllocator & timeDomainKHRAllocator, Dispatch const & d ) const in getCalibrateableTimeDomainsKHR()
30533 template <typename Dispatch>
30538Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getCalibratedTimestampsKHR()
30551 typename Dispatch,
30555Dispatch const & d… in getCalibratedTimestampsKHR()
30576 typename Dispatch,
30581Dispatch const & d… in getCalibratedTimestampsKHR()
30601 template <typename Dispatch>
30603 … const VULKAN_HPP_NAMESPACE::CalibratedTimestampInfoKHR & timestampInfo, Dispatch const & d ) const in getCalibratedTimestampKHR()
30625 template <typename Dispatch>
30627Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindDescriptorSets2KHR()
30636 template <typename Dispatch>
30638Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindDescriptorSets2KHR()
30650 template <typename Dispatch>
30652Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushConstants2KHR()
30660 template <typename Dispatch>
30662Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushConstants2KHR()
30674 template <typename Dispatch>
30676Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSet2KHR()
30685 template <typename Dispatch>
30687Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSet2KHR()
30700 template <typename Dispatch>
30703Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSetWithTemplate2KHR()
30713 template <typename Dispatch>
30716Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSetWithTemplate2KHR()
30731 template <typename Dispatch>
30734Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDescriptorBufferOffsets2EXT()
30744 template <typename Dispatch>
30747Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDescriptorBufferOffsets2EXT()
30760 template <typename Dispatch>
30763Dispatch const & d ) const VULKAN_HPP_NOE… in bindDescriptorBufferEmbeddedSamplers2EXT()
30774 template <typename Dispatch>
30777Dispatch const & d ) const VULKAN_HPP_NOE… in bindDescriptorBufferEmbeddedSamplers2EXT()
30794 template <typename Dispatch>
30797Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getClusterAccelerationStructureBuildSizesNV()
30808 template <typename Dispatch>
30811Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getClusterAccelerationStructureBuildSizesNV()
30830 template <typename Dispatch>
30833Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in buildClusterAccelerationStructureIndirectNV()
30843 template <typename Dispatch>
30846Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in buildClusterAccelerationStructureIndirectNV()
30863 template <typename Dispatch>
30867Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPartitionedAccelerationStructuresBuildSizesNV()
30878 template <typename Dispatch>
30881Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPartitionedAccelerationStructuresBuildSizesNV()
30900 template <typename Dispatch>
30903Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in buildPartitionedAccelerationStructuresNV()
30913 template <typename Dispatch>
30916Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in buildPartitionedAccelerationStructuresNV()
30932 template <typename Dispatch>
30935Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getGeneratedCommandsMemoryRequirementsEXT()
30946 template <typename Dispatch>
30949Dispatch const & d ) const VULKAN_HPP_NOEX… in getGeneratedCommandsMemoryRequirementsEXT()
30967 template <typename X, typename Y, typename... Z, typename Dispatch>
30970Dispatch const & d ) const VULKAN_HPP_NOEX… in getGeneratedCommandsMemoryRequirementsEXT()
30990 template <typename Dispatch>
30993Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in preprocessGeneratedCommandsEXT()
31004 template <typename Dispatch>
31007Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in preprocessGeneratedCommandsEXT()
31021 template <typename Dispatch>
31024Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in executeGeneratedCommandsEXT()
31035 template <typename Dispatch>
31038Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in executeGeneratedCommandsEXT()
31052 template <typename Dispatch>
31057Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createIndirectCommandsLayoutEXT()
31069 template <typename Dispatch>
31073Dispatch const & d ) const in createIndirectCommandsLayoutEXT()
31094 template <typename Dispatch>
31095 …name ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutEXT, Dispatch>>::type
31098Dispatch const & d ) const in createIndirectCommandsLayoutEXTUnique()
31114 … UniqueHandle<VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutEXT, Dispatch>( in createIndirectCommandsLayoutEXTUnique()
31115 … indirectCommandsLayout, detail::ObjectDestroy<Device, Dispatch>( *this, allocator, d ) ) ); in createIndirectCommandsLayoutEXTUnique()
31122 template <typename Dispatch>
31125Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyIndirectCommandsLayoutEXT()
31136 template <typename Dispatch>
31139Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyIndirectCommandsLayoutEXT()
31155 template <typename Dispatch>
31158Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
31169 template <typename Dispatch>
31172Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
31188 template <typename Dispatch>
31193Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createIndirectExecutionSetEXT()
31205 template <typename Dispatch>
31209Dispatch const & d ) const in createIndirectExecutionSetEXT()
31230 template <typename Dispatch>
31231 …pename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::IndirectExecutionSetEXT, Dispatch>>::type
31234Dispatch const & d ) const in createIndirectExecutionSetEXTUnique()
31250 … UniqueHandle<VULKAN_HPP_NAMESPACE::IndirectExecutionSetEXT, Dispatch>( in createIndirectExecutionSetEXTUnique()
31251 … indirectExecutionSet, detail::ObjectDestroy<Device, Dispatch>( *this, allocator, d ) ) ); in createIndirectExecutionSetEXTUnique()
31258 template <typename Dispatch>
31261Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyIndirectExecutionSetEXT()
31272 template <typename Dispatch>
31275Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyIndirectExecutionSetEXT()
31291 template <typename Dispatch>
31294Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
31305 template <typename Dispatch>
31308Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
31324 template <typename Dispatch>
31328Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updateIndirectExecutionSetPipelineEXT()
31340 template <typename Dispatch>
31344Dispatch const & … in updateIndirectExecutionSetPipelineEXT()
31361 template <typename Dispatch>
31365Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updateIndirectExecutionSetShaderEXT()
31377 template <typename Dispatch>
31381Dispatch const & … in updateIndirectExecutionSetShaderEXT()
31400 template <typename Dispatch>
31404Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getCooperativeMatrixFlexibleDimensionsPropertiesNV()
31417 typename Dispatch,
31423 PhysicalDevice::getCooperativeMatrixFlexibleDimensionsPropertiesNV( Dispatch const & d ) const in getCooperativeMatrixFlexibleDimensionsPropertiesNV()
31457 typename Dispatch,
31464 …sNVAllocator & cooperativeMatrixFlexibleDimensionsPropertiesNVAllocator, Dispatch const & d ) const in getCooperativeMatrixFlexibleDimensionsPropertiesNV()
31501 template <typename Dispatch>
31504Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryMetalHandleEXT()
31513 template <typename Dispatch>
31515 … VULKAN_HPP_NAMESPACE::MemoryGetMetalHandleInfoEXT & getMetalHandleInfo, Dispatch const & d ) const in getMemoryMetalHandleEXT()
31533 template <typename Dispatch>
31538Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryMetalHandlePropertiesEXT()
31550 template <typename HandleType, typename Dispatch>
31554Dispatch const & d ) const in getMemoryMetalHandlePropertiesEXT()