Lines Matching full:dispatch
24 template <typename Dispatch>
28 … Dispatch 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>
108 … Dispatch 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>
216 … Dispatch 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>
251 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageFormatProperties()
266 template <typename Dispatch>
273 Dispatch const & d ) const in getImageFormatProperties()
297 template <typename Dispatch>
299 … Dispatch 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>
329 … Dispatch 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>
400 … Dispatch 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>
479 … Dispatch 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
516 … Dispatch 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>
566 … Dispatch 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>
657 … Dispatch 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>
747 … Dispatch 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>
830 … Dispatch 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>
941 … Dispatch 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>
1022 … Dispatch 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
1061 … Dispatch const & d ) const in allocateMemoryUnique()
1077 …UniqueHandle<VULKAN_HPP_NAMESPACE::DeviceMemory, Dispatch>( memory, detail::ObjectFree<Device, Dis… in allocateMemoryUnique()
1083 template <typename Dispatch>
1086 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in freeMemory()
1094 template <typename Dispatch>
1097 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in freeMemory()
1111 template <typename Dispatch>
1114 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT
1122 template <typename Dispatch>
1125 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT
1139 template <typename Dispatch>
1145 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in mapMemory()
1158 template <typename Dispatch>
1163 … Dispatch 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>
1195 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in flushMappedMemoryRanges()
1204 template <typename Dispatch>
1207 … Dispatch const & d ) const in flushMappedMemoryRanges()
1224 template <typename Dispatch>
1227 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in invalidateMappedMemoryRanges()
1237 template <typename Dispatch>
1240 … Dispatch const & d ) const in invalidateMappedMemoryRanges()
1256 template <typename Dispatch>
1259 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryCommitment()
1268 template <typename Dispatch>
1270 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryCommitment()
1286 template <typename Dispatch>
1290 … Dispatch 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>
1321 … Dispatch 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>
1351 … Dispatch 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>
1381 … Dispatch 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>
1412 … Dispatch 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>
1500 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSparseImageFormatProperties()
1518 typename Dispatch,
1527 … Dispatch const & d ) const in getSparseImageFormatProperties()
1567 typename Dispatch,
1577 … Dispatch const & d ) const in getSparseImageFormatProperties()
1615 template <typename Dispatch>
1619 … Dispatch 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>
1650 … Dispatch 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>
1710 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyFence()
1718 template <typename Dispatch>
1721 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyFence()
1735 template <typename Dispatch>
1738 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
1746 template <typename Dispatch>
1749 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
1763 template <typename Dispatch>
1766 … Dispatch 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>
1823 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in waitForFences()
1832 template <typename Dispatch>
1837 … Dispatch const & d ) const in waitForFences()
1854 template <typename Dispatch>
1858 … Dispatch 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
1897 … Dispatch const & d ) const in createSemaphoreUnique()
1913 …UniqueHandle<VULKAN_HPP_NAMESPACE::Semaphore, Dispatch>( semaphore, detail::ObjectDestroy<Device, … in createSemaphoreUnique()
1919 template <typename Dispatch>
1922 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySemaphore()
1931 template <typename Dispatch>
1934 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySemaphore()
1948 template <typename Dispatch>
1951 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
1960 template <typename Dispatch>
1963 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
1977 template <typename Dispatch>
1981 … Dispatch 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>
2041 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyEvent()
2049 template <typename Dispatch>
2052 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyEvent()
2066 template <typename Dispatch>
2069 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2077 template <typename Dispatch>
2080 … Dispatch 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>
2131 … Dispatch 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>
2175 … Dispatch 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
2214 … Dispatch const & d ) const in createQueryPoolUnique()
2230 …UniqueHandle<VULKAN_HPP_NAMESPACE::QueryPool, Dispatch>( queryPool, detail::ObjectDestroy<Device, … in createQueryPoolUnique()
2236 template <typename Dispatch>
2239 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyQueryPool()
2248 template <typename Dispatch>
2251 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyQueryPool()
2265 template <typename Dispatch>
2268 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2277 template <typename Dispatch>
2280 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2294 template <typename Dispatch>
2302 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getQueryPoolResults()
2319 typename Dispatch,
2328 Dispatch const & d ) const in getQueryPoolResults()
2353 template <typename DataType, typename Dispatch>
2359 … Dispatch const & d ) const in getQueryPoolResult()
2383 template <typename Dispatch>
2387 … Dispatch 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>
2447 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyBuffer()
2455 template <typename Dispatch>
2458 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyBuffer()
2472 template <typename Dispatch>
2475 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2483 template <typename Dispatch>
2486 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2500 template <typename Dispatch>
2504 … Dispatch 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
2543 … Dispatch const & d ) const in createBufferViewUnique()
2559 …, UniqueHandle<VULKAN_HPP_NAMESPACE::BufferView, Dispatch>( view, detail::ObjectDestroy<Device, Di… in createBufferViewUnique()
2565 template <typename Dispatch>
2568 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyBufferView()
2577 template <typename Dispatch>
2580 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyBufferView()
2594 template <typename Dispatch>
2597 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2606 template <typename Dispatch>
2609 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2623 template <typename Dispatch>
2627 … Dispatch 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>
2687 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyImage()
2695 template <typename Dispatch>
2698 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyImage()
2712 template <typename Dispatch>
2715 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2723 template <typename Dispatch>
2726 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2740 template <typename Dispatch>
2744 … Dispatch 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>
2779 … Dispatch 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
2818 … Dispatch const & d ) const in createImageViewUnique()
2834 …t, UniqueHandle<VULKAN_HPP_NAMESPACE::ImageView, Dispatch>( view, detail::ObjectDestroy<Device, Di… in createImageViewUnique()
2840 template <typename Dispatch>
2843 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyImageView()
2852 template <typename Dispatch>
2855 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyImageView()
2869 template <typename Dispatch>
2872 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2881 template <typename Dispatch>
2884 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
2898 template <typename Dispatch>
2902 … Dispatch 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
2941 … Dispatch const & d ) const in createShaderModuleUnique()
2957 …ueHandle<VULKAN_HPP_NAMESPACE::ShaderModule, Dispatch>( shaderModule, detail::ObjectDestroy<Device… in createShaderModuleUnique()
2963 template <typename Dispatch>
2966 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyShaderModule()
2975 template <typename Dispatch>
2978 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyShaderModule()
2992 template <typename Dispatch>
2995 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
3004 template <typename Dispatch>
3007 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
3021 template <typename Dispatch>
3025 … Dispatch 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
3064 … Dispatch const & d ) const in createPipelineCacheUnique()
3080 …Handle<VULKAN_HPP_NAMESPACE::PipelineCache, Dispatch>( pipelineCache, detail::ObjectDestroy<Device… in createPipelineCacheUnique()
3086 template <typename Dispatch>
3089 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPipelineCache()
3098 template <typename Dispatch>
3101 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPipelineCache()
3115 template <typename Dispatch>
3118 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
3127 template <typename Dispatch>
3130 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
3144 template <typename Dispatch>
3148 … Dispatch 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>
3232 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in mergePipelineCaches()
3241 template <typename Dispatch>
3245 … Dispatch const & d ) const in mergePipelineCaches()
3261 template <typename Dispatch>
3267 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createGraphicsPipelines()
3281 typename Dispatch,
3287 …Dispatch const & d… in createGraphicsPipelines()
3311 typename Dispatch,
3318 …Dispatch const & d… in createGraphicsPipelines()
3341 template <typename Dispatch>
3346 … Dispatch 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…
3378 …Dispatch 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…
3416 …Dispatch 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>>
3450 … Dispatch 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>
3482 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createComputePipelines()
3496 typename Dispatch,
3502 …Dispatch const & d … in createComputePipelines()
3526 typename Dispatch,
3533 …Dispatch const & d … in createComputePipelines()
3556 template <typename Dispatch>
3561 … Dispatch 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…
3593 …Dispatch 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…
3631 …Dispatch 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>>
3665 … Dispatch 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>
3694 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPipeline()
3703 template <typename Dispatch>
3706 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPipeline()
3720 template <typename Dispatch>
3723 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
3732 template <typename Dispatch>
3735 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
3749 template <typename Dispatch>
3753 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createPipelineLayout()
3764 template <typename Dispatch>
3768 … Dispatch const & d ) const in createPipelineLayout()
3788 template <typename Dispatch>
3789 …INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::PipelineLayout, Dispatch>>::type
3792 … Dispatch const & d ) const in createPipelineLayoutUnique()
3808 …andle<VULKAN_HPP_NAMESPACE::PipelineLayout, Dispatch>( pipelineLayout, detail::ObjectDestroy<Devic… in createPipelineLayoutUnique()
3814 template <typename Dispatch>
3817 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPipelineLayout()
3826 template <typename Dispatch>
3829 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPipelineLayout()
3843 template <typename Dispatch>
3846 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
3855 template <typename Dispatch>
3858 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
3872 template <typename Dispatch>
3876 … Dispatch 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>
3936 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySampler()
3944 template <typename Dispatch>
3947 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySampler()
3961 template <typename Dispatch>
3964 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
3972 template <typename Dispatch>
3975 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
3989 template <typename Dispatch>
3993 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createDescriptorSetLayout()
4004 template <typename Dispatch>
4008 … Dispatch const & d ) const in createDescriptorSetLayout()
4028 template <typename Dispatch>
4029 …E typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::DescriptorSetLayout, Dispatch>>::type
4032 … Dispatch const & d ) const in createDescriptorSetLayoutUnique()
4048 …le<VULKAN_HPP_NAMESPACE::DescriptorSetLayout, Dispatch>( setLayout, detail::ObjectDestroy<Device, … in createDescriptorSetLayoutUnique()
4054 template <typename Dispatch>
4057 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDescriptorSetLayout()
4067 template <typename Dispatch>
4070 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDescriptorSetLayout()
4085 template <typename Dispatch>
4088 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
4098 template <typename Dispatch>
4101 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
4116 template <typename Dispatch>
4120 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createDescriptorPool()
4131 template <typename Dispatch>
4135 … Dispatch const & d ) const in createDescriptorPool()
4155 template <typename Dispatch>
4156 …INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::DescriptorPool, Dispatch>>::type
4159 … Dispatch const & d ) const in createDescriptorPoolUnique()
4175 …andle<VULKAN_HPP_NAMESPACE::DescriptorPool, Dispatch>( descriptorPool, detail::ObjectDestroy<Devic… in createDescriptorPoolUnique()
4181 template <typename Dispatch>
4184 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDescriptorPool()
4193 template <typename Dispatch>
4196 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDescriptorPool()
4210 template <typename Dispatch>
4213 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
4222 template <typename Dispatch>
4225 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
4240 template <typename Dispatch>
4243 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resetDescriptorPool()
4251 template <typename Dispatch>
4254 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resetDescriptorPool()
4266 template <typename Dispatch>
4269 … Dispatch 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,
4305 … Dispatch 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>, …
4360 … Dispatch 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>
4388 … Dispatch 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>
4419 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in Result()
4430 template <typename Dispatch>
4433 …Dispatch const & d ) const VULK…
4446 template <typename Dispatch>
4451 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updateDescriptorSets()
4463 template <typename Dispatch>
4467 …Dispatch const & d ) const… in updateDescriptorSets()
4483 template <typename Dispatch>
4487 … Dispatch 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
4526 … Dispatch const & d ) const in createFramebufferUnique()
4542 …queHandle<VULKAN_HPP_NAMESPACE::Framebuffer, Dispatch>( framebuffer, detail::ObjectDestroy<Device,… in createFramebufferUnique()
4548 template <typename Dispatch>
4551 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyFramebuffer()
4560 template <typename Dispatch>
4563 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyFramebuffer()
4577 template <typename Dispatch>
4580 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
4589 template <typename Dispatch>
4592 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
4606 template <typename Dispatch>
4610 … Dispatch 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
4649 … Dispatch const & d ) const in createRenderPassUnique()
4665 …niqueHandle<VULKAN_HPP_NAMESPACE::RenderPass, Dispatch>( renderPass, detail::ObjectDestroy<Device,… in createRenderPassUnique()
4671 template <typename Dispatch>
4674 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyRenderPass()
4683 template <typename Dispatch>
4686 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyRenderPass()
4700 template <typename Dispatch>
4703 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
4712 template <typename Dispatch>
4715 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
4729 template <typename Dispatch>
4732 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getRenderAreaGranularity()
4740 template <typename Dispatch>
4742 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getRenderAreaGranularity()
4757 template <typename Dispatch>
4761 … Dispatch 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
4800 … Dispatch const & d ) const in createCommandPoolUnique()
4816 …queHandle<VULKAN_HPP_NAMESPACE::CommandPool, Dispatch>( commandPool, detail::ObjectDestroy<Device,… in createCommandPoolUnique()
4822 template <typename Dispatch>
4825 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyCommandPool()
4834 template <typename Dispatch>
4837 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyCommandPool()
4851 template <typename Dispatch>
4854 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
4863 template <typename Dispatch>
4866 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
4881 template <typename Dispatch>
4884 … Dispatch 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>
4913 … Dispatch 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,
4949 … Dispatch 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>, …
5004 … Dispatch 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>
5032 … Dispatch 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>
5063 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT
5074 template <typename Dispatch>
5077 …Dispatch const & d ) const VULK…
5090 template <typename Dispatch>
5092 … Dispatch 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>
5147 … Dispatch 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>
5174 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindPipeline()
5182 template <typename Dispatch>
5186 … Dispatch 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>
5213 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setScissor()
5221 template <typename Dispatch>
5224 …Dispatch 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>
5304 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindDescriptorSets()
5319 template <typename Dispatch>
5325 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindDescriptorSets()
5344 template <typename Dispatch>
5348 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindIndexBuffer()
5358 template <typename Dispatch>
5363 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindVertexBuffers()
5375 template <typename Dispatch>
5379 … Dispatch 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>
5430 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawIndirect()
5438 template <typename Dispatch>
5443 … Dispatch 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>
5463 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in dispatchIndirect()
5470 template <typename Dispatch>
5475 … Dispatch 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>
5514 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImage()
5528 template <typename Dispatch>
5534 …Dispatch const & d ) const VULKAN_H… in copyImage()
5552 template <typename Dispatch>
5560 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in blitImage()
5575 template <typename Dispatch>
5582 …Dispatch const & d ) const VULKAN_H… in blitImage()
5601 template <typename Dispatch>
5607 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBufferToImage()
5620 template <typename Dispatch>
5625 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBufferToImage()
5642 template <typename Dispatch>
5648 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImageToBuffer()
5661 template <typename Dispatch>
5666 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImageToBuffer()
5683 template <typename Dispatch>
5688 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updateBuffer()
5700 template <typename DataType, typename Dispatch>
5704 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updateBuffer()
5720 template <typename Dispatch>
5725 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in fillBuffer()
5736 template <typename Dispatch>
5742 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in clearColorImage()
5755 template <typename Dispatch>
5760 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in clearColorImage()
5777 template <typename Dispatch>
5783 … Dispatch 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>
5824 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in clearAttachments()
5836 template <typename Dispatch>
5839 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in clearAttachments()
5855 template <typename Dispatch>
5862 … Dispatch 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>
5903 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setEvent()
5910 template <typename Dispatch>
5913 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resetEvent()
5920 template <typename Dispatch>
5931 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in waitEvents()
5949 template <typename Dispatch>
5957 …Dispatch const & d ) cons… in waitEvents()
5979 template <typename Dispatch>
5989 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pipelineBarrier()
6006 template <typename Dispatch>
6014 …Dispatch const & d ) cons… in pipelineBarrier()
6035 template <typename Dispatch>
6039 … Dispatch 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>
6059 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resetQueryPool()
6066 template <typename Dispatch>
6070 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in writeTimestamp()
6078 template <typename Dispatch>
6086 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyQueryPoolResults()
6100 template <typename Dispatch>
6106 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushConstants()
6119 template <typename ValuesType, typename Dispatch>
6124 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushConstants()
6141 template <typename Dispatch>
6144 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginRenderPass()
6154 template <typename Dispatch>
6157 … Dispatch 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>
6188 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in executeCommands()
6196 template <typename Dispatch>
6198 … Dispatch 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>
6241 … Dispatch 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>
6271 … Dispatch 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>
6304 … Dispatch 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>
6360 … Dispatch 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>
6454 … Dispatch 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>
6508 … Dispatch 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>
6563 … Dispatch 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,
6617 … Dispatch 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>
6694 … Dispatch 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>
6744 … Dispatch 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>
6796 … Dispatch 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>
6856 … Dispatch 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>
7009 … Dispatch 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>
7062 … Dispatch 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,
7116 … Dispatch const & d ) const in getSparseImageFormatProperties2()
7144 template <typename Dispatch>
7147 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in trimCommandPool()
7154 template <typename Dispatch>
7157 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getQueue2()
7165 template <typename Dispatch>
7167 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getQueue2()
7183 template <typename Dispatch>
7188 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createSamplerYcbcrConversion()
7200 template <typename Dispatch>
7204 … Dispatch const & d ) const in createSamplerYcbcrConversion()
7226 template <typename Dispatch>
7227 …ypename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion, Dispatch>>::type
7230 … Dispatch const & d ) const in createSamplerYcbcrConversionUnique()
7248 …KAN_HPP_NAMESPACE::SamplerYcbcrConversion, Dispatch>( ycbcrConversion, detail::ObjectDestroy<Devic… in createSamplerYcbcrConversionUnique()
7255 template <typename Dispatch>
7258 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySamplerYcbcrConversion()
7269 template <typename Dispatch>
7272 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySamplerYcbcrConversion()
7289 template <typename Dispatch>
7292 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
7303 template <typename Dispatch>
7306 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
7323 template <typename Dispatch>
7328 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createDescriptorUpdateTemplate()
7340 template <typename Dispatch>
7344 … Dispatch const & d ) const in createDescriptorUpdateTemplate()
7366 template <typename Dispatch>
7367 …ename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::DescriptorUpdateTemplate, Dispatch>>::type
7370 … Dispatch 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>
7398 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDescriptorUpdateTemplate()
7409 template <typename Dispatch>
7412 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDescriptorUpdateTemplate()
7429 template <typename Dispatch>
7432 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
7443 template <typename Dispatch>
7446 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
7463 template <typename Dispatch>
7467 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updateDescriptorSetWithTemplate()
7479 template <typename DataType, typename Dispatch>
7483 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updateDescriptorSetWithTemplate()
7500 template <typename Dispatch>
7503 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalBufferProperties()
7514 template <typename Dispatch>
7517 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalBufferProperties()
7536 template <typename Dispatch>
7539 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalFenceProperties()
7550 template <typename Dispatch>
7553 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalFenceProperties()
7572 template <typename Dispatch>
7576 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalSemaphoreProperties()
7587 template <typename Dispatch>
7590 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalSemaphoreProperties()
7609 template <typename Dispatch>
7612 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorSetLayoutSupport()
7623 template <typename Dispatch>
7626 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorSetLayoutSupport()
7642 template <typename X, typename Y, typename... Z, typename Dispatch>
7645 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorSetLayoutSupport()
7664 template <typename Dispatch>
7671 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawIndirectCount()
7685 template <typename Dispatch>
7692 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawIndexedIndirectCount()
7705 template <typename Dispatch>
7709 … Dispatch 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
7748 … Dispatch const & d ) const in createRenderPass2Unique()
7764 …niqueHandle<VULKAN_HPP_NAMESPACE::RenderPass, Dispatch>( renderPass, detail::ObjectDestroy<Device,… in createRenderPass2Unique()
7770 template <typename Dispatch>
7773 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginRenderPass2()
7783 template <typename Dispatch>
7786 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginRenderPass2()
7799 template <typename Dispatch>
7802 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in nextSubpass2()
7812 template <typename Dispatch>
7815 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in nextSubpass2()
7828 template <typename Dispatch>
7830 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in endRenderPass2()
7838 template <typename Dispatch>
7840 … Dispatch 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>
7864 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSemaphoreCounterValue()
7872 template <typename Dispatch>
7874 … Dispatch const & d ) const in getSemaphoreCounterValue()
7891 template <typename Dispatch>
7894 … Dispatch 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>
7923 … Dispatch 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>
7951 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferAddress()
7960 template <typename Dispatch>
7962 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferAddress()
7978 template <typename Dispatch>
7980 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferOpaqueCaptureAddress()
7989 template <typename Dispatch>
7991 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferOpaqueCaptureAddress()
8007 template <typename Dispatch>
8009 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryOpaqueCaptureAddress()
8019 template <typename Dispatch>
8021 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryOpaqueCaptureAddress()
8039 template <typename Dispatch>
8042 … Dispatch 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>
8135 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createPrivateDataSlot()
8146 template <typename Dispatch>
8150 … Dispatch const & d ) const in createPrivateDataSlot()
8170 template <typename Dispatch>
8171 …NLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::PrivateDataSlot, Dispatch>>::type
8174 … Dispatch const & d ) const in createPrivateDataSlotUnique()
8191 …dle<VULKAN_HPP_NAMESPACE::PrivateDataSlot, Dispatch>( privateDataSlot, detail::ObjectDestroy<Devic… in createPrivateDataSlotUnique()
8197 template <typename Dispatch>
8200 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPrivateDataSlot()
8209 template <typename Dispatch>
8212 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPrivateDataSlot()
8227 template <typename Dispatch>
8230 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
8239 template <typename Dispatch>
8242 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
8258 template <typename Dispatch>
8263 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setPrivateData()
8271 template <typename Dispatch>
8276 … Dispatch const & d ) const in setPrivateData()
8292 template <typename Dispatch>
8297 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPrivateData()
8306 template <typename Dispatch>
8310 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPrivateData()
8325 template <typename Dispatch>
8328 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setEvent2()
8337 template <typename Dispatch>
8340 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setEvent2()
8352 template <typename Dispatch>
8355 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resetEvent2()
8362 template <typename Dispatch>
8366 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in waitEvents2()
8377 template <typename Dispatch>
8380 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in waitEvents2()
8403 template <typename Dispatch>
8405 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pipelineBarrier2()
8413 template <typename Dispatch>
8415 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pipelineBarrier2()
8427 template <typename Dispatch>
8431 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in writeTimestamp2()
8439 template <typename Dispatch>
8443 … Dispatch 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>
8472 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBuffer2()
8480 template <typename Dispatch>
8482 … Dispatch 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>
8518 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBufferToImage2()
8526 template <typename Dispatch>
8528 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBufferToImage2()
8540 template <typename Dispatch>
8542 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImageToBuffer2()
8550 template <typename Dispatch>
8552 … Dispatch 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>
8588 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resolveImage2()
8596 template <typename Dispatch>
8598 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resolveImage2()
8610 template <typename Dispatch>
8612 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginRendering()
8620 template <typename Dispatch>
8622 … Dispatch 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>
8660 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setPrimitiveTopology()
8667 template <typename Dispatch>
8670 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setViewportWithCount()
8678 template <typename Dispatch>
8680 … Dispatch 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>
8705 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setScissorWithCount()
8718 template <typename Dispatch>
8725 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindVertexBuffers2()
8739 template <typename Dispatch>
8745 … Dispatch 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>
8809 … Dispatch 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>
8830 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setStencilOp()
8843 template <typename Dispatch>
8845 … Dispatch 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>
8863 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setPrimitiveRestartEnable()
8871 template <typename Dispatch>
8874 … Dispatch 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>
8928 … Dispatch 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>
8983 … Dispatch 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,
9037 … Dispatch 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>
9079 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in mapMemory2()
9087 template <typename Dispatch>
9089 … Dispatch const & d ) const in mapMemory2()
9106 template <typename Dispatch>
9108 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in unmapMemory2()
9116 template <typename Dispatch>
9118 … Dispatch const & d ) const in unmapMemory2()
9134 template <typename Dispatch>
9139 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindIndexBuffer2()
9151 template <typename Dispatch>
9154 … Dispatch 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>
9186 … Dispatch 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>
9239 … Dispatch 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>
9300 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSet()
9313 template <typename Dispatch>
9319 …Dispatch const & d ) const… in pushDescriptorSet()
9337 template <typename Dispatch>
9342 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSetWithTemplate()
9355 template <typename DataType, typename Dispatch>
9360 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSetWithTemplate()
9379 template <typename Dispatch>
9381 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRenderingAttachmentLocations()
9391 template <typename Dispatch>
9393 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRenderingAttachmentLocations()
9407 template <typename Dispatch>
9410 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRenderingInputAttachmentIndices()
9420 template <typename Dispatch>
9423 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRenderingInputAttachmentIndices()
9436 template <typename Dispatch>
9438 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindDescriptorSets2()
9447 template <typename Dispatch>
9449 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindDescriptorSets2()
9461 template <typename Dispatch>
9463 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushConstants2()
9471 template <typename Dispatch>
9473 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushConstants2()
9485 template <typename Dispatch>
9487 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSet2()
9495 template <typename Dispatch>
9497 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSet2()
9510 template <typename Dispatch>
9513 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSetWithTemplate2()
9523 template <typename Dispatch>
9526 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSetWithTemplate2()
9540 template <typename Dispatch>
9542 … Dispatch 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>
9571 … Dispatch 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>
9600 … Dispatch 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>
9630 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in transitionImageLayout()
9639 template <typename Dispatch>
9642 …Dispatch const & … in transitionImageLayout()
9660 template <typename Dispatch>
9663 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySurfaceKHR()
9672 template <typename Dispatch>
9675 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySurfaceKHR()
9689 template <typename Dispatch>
9692 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
9701 template <typename Dispatch>
9704 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
9719 template <typename Dispatch>
9723 … Dispatch 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>
9756 … Dispatch 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>
9791 … Dispatch 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>
9882 … Dispatch 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>
9974 … Dispatch 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
10013 … Dispatch const & d ) const in createSwapchainKHRUnique()
10029 …queHandle<VULKAN_HPP_NAMESPACE::SwapchainKHR, Dispatch>( swapchain, detail::ObjectDestroy<Device, … in createSwapchainKHRUnique()
10035 template <typename Dispatch>
10038 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySwapchainKHR()
10047 template <typename Dispatch>
10050 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySwapchainKHR()
10064 template <typename Dispatch>
10067 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
10076 template <typename Dispatch>
10079 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
10093 template <typename Dispatch>
10097 … Dispatch 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>
10183 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in acquireNextImageKHR()
10196 template <typename Dispatch>
10201 … Dispatch const & d ) const in acquireNextImageKHR()
10223 template <typename Dispatch>
10225 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in presentKHR()
10233 template <typename Dispatch>
10235 … Dispatch 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>
10289 … Dispatch 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>
10324 … Dispatch 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>
10411 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in acquireNextImage2KHR()
10420 template <typename Dispatch>
10422 … Dispatch const & d ) const in acquireNextImage2KHR()
10447 template <typename Dispatch>
10450 … Dispatch 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>
10536 … Dispatch 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>
10627 … Dispatch 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>
10712 … Dispatch 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>
10807 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createDisplayModeKHR()
10819 template <typename Dispatch>
10824 … Dispatch const & d ) const in createDisplayModeKHR()
10845 template <typename Dispatch>
10846 …INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::DisplayModeKHR, Dispatch>>::type
10850 … Dispatch const & d ) const in createDisplayModeKHRUnique()
10867 …Handle<VULKAN_HPP_NAMESPACE::DisplayModeKHR, Dispatch>( mode, detail::ObjectDestroy<PhysicalDevice… in createDisplayModeKHRUnique()
10874 template <typename Dispatch>
10879 … Dispatch 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>
10915 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createDisplayPlaneSurfaceKHR()
10927 template <typename Dispatch>
10931 … Dispatch const & d ) const in createDisplayPlaneSurfaceKHR()
10952 template <typename Dispatch>
10953 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
10956 … Dispatch const & d ) const in createDisplayPlaneSurfaceKHRUnique()
10972 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, … in createDisplayPlaneSurfaceKHRUnique()
10980 template <typename Dispatch>
10985 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createSharedSwapchainsKHR()
10998 typename Dispatch,
11003 …Dispatch const & d ) c… in createSharedSwapchainsKHR()
11024 typename Dispatch,
11030 …Dispatch const & d ) c… in createSharedSwapchainsKHR()
11050 template <typename Dispatch>
11054 … Dispatch 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…
11083 …Dispatch 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…
11118 …Dispatch 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
11148 … Dispatch const & d ) const in createSharedSwapchainKHRUnique()
11165 …queHandle<VULKAN_HPP_NAMESPACE::SwapchainKHR, Dispatch>( swapchain, detail::ObjectDestroy<Device, … in createSharedSwapchainKHRUnique()
11174 template <typename Dispatch>
11178 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createXlibSurfaceKHR()
11189 template <typename Dispatch>
11193 … Dispatch const & d ) const in createXlibSurfaceKHR()
11213 template <typename Dispatch>
11214 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
11217 … Dispatch 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>
11277 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createXcbSurfaceKHR()
11288 template <typename Dispatch>
11292 … Dispatch const & d ) const in createXcbSurfaceKHR()
11312 template <typename Dispatch>
11313 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
11316 … Dispatch const & d ) const in createXcbSurfaceKHRUnique()
11332 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, … in createXcbSurfaceKHRUnique()
11339 template <typename Dispatch>
11343 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getXcbPresentationSupportKHR()
11353 template <typename Dispatch>
11357 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getXcbPresentationSupportKHR()
11376 template <typename Dispatch>
11380 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createWaylandSurfaceKHR()
11391 template <typename Dispatch>
11395 … Dispatch const & d ) const in createWaylandSurfaceKHR()
11415 template <typename Dispatch>
11416 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
11419 … Dispatch const & d ) const in createWaylandSurfaceKHRUnique()
11435 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, … in createWaylandSurfaceKHRUnique()
11442 template <typename Dispatch>
11445 … Dispatch 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>
11480 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createAndroidSurfaceKHR()
11491 template <typename Dispatch>
11495 … Dispatch const & d ) const in createAndroidSurfaceKHR()
11515 template <typename Dispatch>
11516 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
11519 … Dispatch const & d ) const in createAndroidSurfaceKHRUnique()
11535 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, … in createAndroidSurfaceKHRUnique()
11545 template <typename Dispatch>
11549 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createWin32SurfaceKHR()
11560 template <typename Dispatch>
11564 … Dispatch const & d ) const in createWin32SurfaceKHR()
11584 template <typename Dispatch>
11585 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
11588 … Dispatch 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>
11643 … Dispatch const & d ) const in createSurfaceOHOS()
11662 template <typename Dispatch>
11664 typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
11667 … Dispatch const & d ) const in createSurfaceOHOSUnique()
11683 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, … in createSurfaceOHOSUnique()
11693 template <typename Dispatch>
11698 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createDebugReportCallbackEXT()
11710 template <typename Dispatch>
11714 … Dispatch const & d ) const in createDebugReportCallbackEXT()
11735 template <typename Dispatch>
11736 …ypename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT, Dispatch>>::type
11739 … Dispatch const & d ) const in createDebugReportCallbackEXTUnique()
11756 …VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT, Dispatch>( callback, detail::ObjectDestroy<Instance,… in createDebugReportCallbackEXTUnique()
11763 template <typename Dispatch>
11766 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDebugReportCallbackEXT()
11776 template <typename Dispatch>
11779 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDebugReportCallbackEXT()
11795 template <typename Dispatch>
11798 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
11808 template <typename Dispatch>
11811 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
11826 template <typename Dispatch>
11834 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in debugReportMessageEXT()
11849 template <typename Dispatch>
11857 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in debugReportMessageEXT()
11878 template <typename Dispatch>
11880 … Dispatch 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>
11910 … Dispatch 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>
11940 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in debugMarkerBeginEXT()
11948 template <typename Dispatch>
11950 … Dispatch 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>
11972 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in debugMarkerInsertEXT()
11980 template <typename Dispatch>
11982 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in debugMarkerInsertEXT()
11997 template <typename Dispatch>
12000 … Dispatch 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>
12056 … Dispatch 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,
12118 … Dispatch const & d ) const in getVideoFormatPropertiesKHR()
12156 typename Dispatch,
12159 …ULKAN_HPP_NAMESPACE::PhysicalDeviceVideoFormatInfoKHR & videoFormatInfo, Dispatch const & d ) const in getVideoFormatPropertiesKHR()
12207 typename Dispatch,
12212 … Dispatch const & d ) const in getVideoFormatPropertiesKHR()
12258 template <typename Dispatch>
12262 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createVideoSessionKHR()
12273 template <typename Dispatch>
12277 … Dispatch const & d ) const in createVideoSessionKHR()
12297 template <typename Dispatch>
12298 …NLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::VideoSessionKHR, Dispatch>>::type
12301 … Dispatch const & d ) const in createVideoSessionKHRUnique()
12317 …andle<VULKAN_HPP_NAMESPACE::VideoSessionKHR, Dispatch>( videoSession, detail::ObjectDestroy<Device… in createVideoSessionKHRUnique()
12323 template <typename Dispatch>
12326 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyVideoSessionKHR()
12335 template <typename Dispatch>
12338 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyVideoSessionKHR()
12353 template <typename Dispatch>
12356 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
12365 template <typename Dispatch>
12368 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
12384 template <typename Dispatch>
12389 … Dispatch 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,
12452 … Dispatch const & d ) const in getVideoSessionMemoryRequirementsKHR()
12488 template <typename Dispatch>
12493 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindVideoSessionMemoryKHR()
12504 template <typename Dispatch>
12508 …Dispatch const & … in bindVideoSessionMemoryKHR()
12528 template <typename Dispatch>
12533 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createVideoSessionParametersKHR()
12545 template <typename Dispatch>
12549 … Dispatch const & d ) const in createVideoSessionParametersKHR()
12570 template <typename Dispatch>
12571 …name ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::VideoSessionParametersKHR, Dispatch>>::type
12574 … Dispatch 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>
12602 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updateVideoSessionParametersKHR()
12613 template <typename Dispatch>
12617 … Dispatch const & d ) const in updateVideoSessionParametersKHR()
12636 template <typename Dispatch>
12639 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyVideoSessionParametersKHR()
12650 template <typename Dispatch>
12653 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyVideoSessionParametersKHR()
12669 template <typename Dispatch>
12672 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
12683 template <typename Dispatch>
12686 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
12701 template <typename Dispatch>
12703 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginVideoCodingKHR()
12711 template <typename Dispatch>
12713 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginVideoCodingKHR()
12725 template <typename Dispatch>
12727 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in endVideoCodingKHR()
12735 template <typename Dispatch>
12737 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in endVideoCodingKHR()
12749 template <typename Dispatch>
12751 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in controlVideoCodingKHR()
12760 template <typename Dispatch>
12762 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in controlVideoCodingKHR()
12776 template <typename Dispatch>
12778 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in decodeVideoKHR()
12786 template <typename Dispatch>
12788 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in decodeVideoKHR()
12803 template <typename Dispatch>
12809 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindTransformFeedbackBuffersEXT()
12823 template <typename Dispatch>
12829 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in bindTransformFeedbackBuffersEXT()
12860 template <typename Dispatch>
12865 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginTransformFeedbackEXT()
12878 template <typename Dispatch>
12883 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in beginTransformFeedbackEXT()
12907 template <typename Dispatch>
12912 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in endTransformFeedbackEXT()
12924 template <typename Dispatch>
12929 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in endTransformFeedbackEXT()
12953 template <typename Dispatch>
12958 … Dispatch 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>
12983 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawIndirectByteCountEXT()
12998 template <typename Dispatch>
13002 … Dispatch 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
13041 … Dispatch const & d ) const in createCuModuleNVXUnique()
13057 …UniqueHandle<VULKAN_HPP_NAMESPACE::CuModuleNVX, Dispatch>( module, detail::ObjectDestroy<Device, D… in createCuModuleNVXUnique()
13063 template <typename Dispatch>
13067 … Dispatch 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
13106 … Dispatch const & d ) const in createCuFunctionNVXUnique()
13122 …queHandle<VULKAN_HPP_NAMESPACE::CuFunctionNVX, Dispatch>( function, detail::ObjectDestroy<Device, … in createCuFunctionNVXUnique()
13128 template <typename Dispatch>
13131 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyCuModuleNVX()
13140 template <typename Dispatch>
13143 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyCuModuleNVX()
13157 template <typename Dispatch>
13160 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
13169 template <typename Dispatch>
13172 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
13186 template <typename Dispatch>
13189 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyCuFunctionNVX()
13198 template <typename Dispatch>
13201 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyCuFunctionNVX()
13215 template <typename Dispatch>
13218 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
13227 template <typename Dispatch>
13230 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
13244 template <typename Dispatch>
13246 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in cuLaunchKernelNVX()
13254 template <typename Dispatch>
13256 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in cuLaunchKernelNVX()
13270 template <typename Dispatch>
13272 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageViewHandleNVX()
13280 template <typename Dispatch>
13282 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageViewHandleNVX()
13296 template <typename Dispatch>
13298 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageViewHandle64NVX()
13306 template <typename Dispatch>
13308 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getImageViewHandle64NVX()
13322 template <typename Dispatch>
13325 … Dispatch 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>
13362 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawIndirectCountAMD()
13376 template <typename Dispatch>
13383 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawIndexedIndirectCountAMD()
13398 template <typename Dispatch>
13404 … Dispatch 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>
13515 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginRenderingKHR()
13523 template <typename Dispatch>
13525 … Dispatch 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>
13554 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createStreamDescriptorSurfaceGGP()
13566 template <typename Dispatch>
13570 … Dispatch const & d ) const in createStreamDescriptorSurfaceGGP()
13591 template <typename Dispatch>
13592 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
13595 … Dispatch const & d ) const in createStreamDescriptorSurfaceGGPUnique()
13611 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, … in createStreamDescriptorSurfaceGGPUnique()
13621 template <typename Dispatch>
13630 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalImageFormatPropertiesNV()
13647 template <typename Dispatch>
13655 … Dispatch const & d ) const in getExternalImageFormatPropertiesNV()
13683 template <typename Dispatch>
13687 … Dispatch 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>
13721 … Dispatch 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>
13770 … Dispatch 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>
13820 … Dispatch 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>
13874 … Dispatch 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>
13934 … Dispatch 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>
14087 … Dispatch 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>
14140 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSparseImageFormatProperties2KHR()
14154 typename Dispatch,
14159 … Dispatch const & d ) const in getSparseImageFormatProperties2KHR()
14189 typename Dispatch,
14195 … Dispatch const & d ) const in getSparseImageFormatProperties2KHR()
14226 template <typename Dispatch>
14231 … Dispatch 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>
14275 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in dispatchBaseKHR()
14285 template <typename Dispatch>
14289 … Dispatch 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
14328 … Dispatch const & d ) const in createViSurfaceNNUnique()
14344 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, … in createViSurfaceNNUnique()
14353 template <typename Dispatch>
14356 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in trimCommandPoolKHR()
14366 template <typename Dispatch>
14370 … Dispatch 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>
14466 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalBufferPropertiesKHR()
14477 template <typename Dispatch>
14480 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalBufferPropertiesKHR()
14501 template <typename Dispatch>
14504 … Dispatch 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>
14538 … Dispatch 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>
14578 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryFdKHR()
14586 template <typename Dispatch>
14588 … Dispatch const & d ) const in getMemoryFdKHR()
14605 template <typename Dispatch>
14609 … Dispatch 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>
14646 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalSemaphorePropertiesKHR()
14657 template <typename Dispatch>
14660 … Dispatch 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>
14697 … Dispatch 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>
14748 … Dispatch 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>
14778 … Dispatch 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>
14814 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSetKHR()
14827 template <typename Dispatch>
14833 …Dispatch const & d ) const… in pushDescriptorSetKHR()
14851 template <typename Dispatch>
14856 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSetWithTemplateKHR()
14869 template <typename DataType, typename Dispatch>
14874 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSetWithTemplateKHR()
14895 template <typename Dispatch>
14897 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginConditionalRenderingEXT()
14907 template <typename Dispatch>
14909 … Dispatch 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>
14938 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createDescriptorUpdateTemplateKHR()
14950 template <typename Dispatch>
14954 … Dispatch const & d ) const in createDescriptorUpdateTemplateKHR()
14976 template <typename Dispatch>
14977 …ename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::DescriptorUpdateTemplate, Dispatch>>::type
14980 … Dispatch 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>
15008 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDescriptorUpdateTemplateKHR()
15019 template <typename Dispatch>
15022 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDescriptorUpdateTemplateKHR()
15039 template <typename Dispatch>
15043 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updateDescriptorSetWithTemplateKHR()
15055 template <typename DataType, typename Dispatch>
15059 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updateDescriptorSetWithTemplateKHR()
15077 template <typename Dispatch>
15081 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setViewportWScalingNV()
15090 template <typename Dispatch>
15094 …Dispatch 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>
15137 … Dispatch 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>
15167 … Dispatch 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>
15224 … Dispatch 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>
15260 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in displayPowerControlEXT()
15269 template <typename Dispatch>
15272 … Dispatch const & d ) const in displayPowerControlEXT()
15288 template <typename Dispatch>
15292 … Dispatch 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
15331 … Dispatch const & d ) const in registerEventEXTUnique()
15347 …sult, UniqueHandle<VULKAN_HPP_NAMESPACE::Fence, Dispatch>( fence, detail::ObjectDestroy<Device, Di… in registerEventEXTUnique()
15353 template <typename Dispatch>
15358 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in registerDisplayEventEXT()
15370 template <typename Dispatch>
15375 … Dispatch const & d ) const in registerDisplayEventEXT()
15396 template <typename Dispatch>
15397 …LKAN_HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::Fence, Dispatch>>::type
15401 … Dispatch const & d ) const in registerDisplayEventEXTUnique()
15418 …sult, UniqueHandle<VULKAN_HPP_NAMESPACE::Fence, Dispatch>( fence, detail::ObjectDestroy<Device, Di… in registerDisplayEventEXTUnique()
15424 template <typename Dispatch>
15428 … Dispatch 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>
15463 … Dispatch 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>
15499 … Dispatch 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>
15604 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDiscardRectangleEXT()
15613 template <typename Dispatch>
15616 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDiscardRectangleEXT()
15630 template <typename Dispatch>
15632 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDiscardRectangleEnableEXT()
15640 template <typename Dispatch>
15642 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDiscardRectangleModeEXT()
15651 template <typename Dispatch>
15655 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setHdrMetadataEXT()
15666 template <typename Dispatch>
15669 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in setHdrMetadataEXT()
15694 template <typename Dispatch>
15698 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createRenderPass2KHR()
15709 template <typename Dispatch>
15713 … Dispatch const & d ) const in createRenderPass2KHR()
15733 template <typename Dispatch>
15734 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::RenderPass, Dispatch>>::type
15737 … Dispatch const & d ) const in createRenderPass2KHRUnique()
15753 …niqueHandle<VULKAN_HPP_NAMESPACE::RenderPass, Dispatch>( renderPass, detail::ObjectDestroy<Device,… in createRenderPass2KHRUnique()
15759 template <typename Dispatch>
15762 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginRenderPass2KHR()
15772 template <typename Dispatch>
15775 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginRenderPass2KHR()
15788 template <typename Dispatch>
15791 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in nextSubpass2KHR()
15801 template <typename Dispatch>
15804 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in nextSubpass2KHR()
15817 template <typename Dispatch>
15819 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in endRenderPass2KHR()
15827 template <typename Dispatch>
15829 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in endRenderPass2KHR()
15844 template <typename Dispatch>
15846 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getSwapchainStatusKHR()
15853 template <typename Dispatch>
15855 … Dispatch const & d ) const in getSwapchainStatusKHR()
15876 template <typename Dispatch>
15879 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getExternalFencePropertiesKHR()
15890 template <typename Dispatch>
15893 … Dispatch 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>
15946 … Dispatch 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>
15979 … Dispatch 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>
16009 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFenceFdKHR()
16017 template <typename Dispatch>
16019 … Dispatch const & d ) const in getFenceFdKHR()
16039 template <typename Dispatch>
16045 … Dispatch 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,
16125 … Dispatch const & d ) const in enumerateQueueFamilyPerformanceQueryCountersKHR()
16170 template <typename Dispatch>
16174 … Dispatch 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>
16206 … Dispatch 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>
16248 … Dispatch 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>
16309 … Dispatch 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,
16367 … Dispatch const & d ) const in getSurfaceFormats2KHR()
16405 typename Dispatch,
16408 …const VULKAN_HPP_NAMESPACE::PhysicalDeviceSurfaceInfo2KHR & surfaceInfo, Dispatch const & d ) const in getSurfaceFormats2KHR()
16456 typename Dispatch,
16461 … Dispatch const & d ) const in getSurfaceFormats2KHR()
16510 template <typename Dispatch>
16513 … Dispatch 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>
16603 … Dispatch 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>
16696 … Dispatch 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>
16889 … Dispatch 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>
16928 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createIOSSurfaceMVK()
16939 template <typename Dispatch>
16943 … Dispatch const & d ) const in createIOSSurfaceMVK()
16963 template <typename Dispatch>
16964 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
16967 … Dispatch const & d ) const in createIOSSurfaceMVKUnique()
16983 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, … in createIOSSurfaceMVKUnique()
16993 template <typename Dispatch>
16997 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createMacOSSurfaceMVK()
17008 template <typename Dispatch>
17012 … Dispatch const & d ) const in createMacOSSurfaceMVK()
17032 template <typename Dispatch>
17033 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
17036 … Dispatch const & d ) const in createMacOSSurfaceMVKUnique()
17052 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, … in createMacOSSurfaceMVKUnique()
17061 template <typename Dispatch>
17063 … Dispatch 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>
17092 … Dispatch 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>
17122 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginDebugUtilsLabelEXT()
17131 template <typename Dispatch>
17133 … Dispatch 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>
17156 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in insertDebugUtilsLabelEXT()
17165 template <typename Dispatch>
17167 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in insertDebugUtilsLabelEXT()
17179 template <typename Dispatch>
17181 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in beginDebugUtilsLabelEXT()
17189 template <typename Dispatch>
17191 … Dispatch 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>
17214 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in insertDebugUtilsLabelEXT()
17223 template <typename Dispatch>
17225 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in insertDebugUtilsLabelEXT()
17238 template <typename Dispatch>
17243 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createDebugUtilsMessengerEXT()
17255 template <typename Dispatch>
17259 … Dispatch const & d ) const in createDebugUtilsMessengerEXT()
17280 template <typename Dispatch>
17281 …ypename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT, Dispatch>>::type
17284 … Dispatch const & d ) const in createDebugUtilsMessengerEXTUnique()
17301 …ULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT, Dispatch>( messenger, detail::ObjectDestroy<Instance,… in createDebugUtilsMessengerEXTUnique()
17308 template <typename Dispatch>
17311 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDebugUtilsMessengerEXT()
17322 template <typename Dispatch>
17325 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDebugUtilsMessengerEXT()
17341 template <typename Dispatch>
17344 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
17355 template <typename Dispatch>
17358 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
17373 template <typename Dispatch>
17377 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in submitDebugUtilsMessageEXT()
17388 template <typename Dispatch>
17392 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in submitDebugUtilsMessageEXT()
17411 template <typename Dispatch>
17415 … Dispatch 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>
17472 …Dispatch 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>
17514 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createExecutionGraphPipelinesAMDX()
17529 typename Dispatch,
17535 …Dispatch const & … in createExecutionGraphPipelinesAMDX()
17560 typename Dispatch,
17567 …Dispatch const & … in createExecutionGraphPipelinesAMDX()
17591 template <typename Dispatch>
17596 … Dispatch 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…
17630 …Dispatch 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…
17670 …Dispatch 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>>
17705 … Dispatch 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>
17736 … Dispatch 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>
17773 … Dispatch 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>
17809 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in initializeGraphScratchMemoryAMDX()
17819 template <typename Dispatch>
17823 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in dispatchGraphAMDX()
17834 template <typename Dispatch>
17838 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in dispatchGraphAMDX()
17854 template <typename Dispatch>
17858 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in dispatchGraphIndirectAMDX()
17870 template <typename Dispatch>
17874 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in dispatchGraphIndirectAMDX()
17890 template <typename Dispatch>
17894 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in dispatchGraphIndirectCountAMDX()
17907 template <typename Dispatch>
17909 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setSampleLocationsEXT()
17917 template <typename Dispatch>
17919 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setSampleLocationsEXT()
17932 template <typename Dispatch>
17935 … Dispatch 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>
17971 … Dispatch 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>
18025 … Dispatch 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>
18080 … Dispatch 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,
18134 … Dispatch const & d ) const in getImageSparseMemoryRequirements2KHR()
18166 template <typename Dispatch>
18171 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createAccelerationStructureKHR()
18183 template <typename Dispatch>
18187 … Dispatch const & d ) const in createAccelerationStructureKHR()
18208 template <typename Dispatch>
18209 …ename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::AccelerationStructureKHR, Dispatch>>::type
18212 … Dispatch 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>
18239 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyAccelerationStructureKHR()
18250 template <typename Dispatch>
18253 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyAccelerationStructureKHR()
18269 template <typename Dispatch>
18272 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
18283 template <typename Dispatch>
18286 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
18302 template <typename Dispatch>
18307 …Dispatch 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>
18353 … Dispatch 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>
18416 …Dispatch const & d ) const VULKAN_HPP_… in buildAccelerationStructuresKHR()
18430 template <typename Dispatch>
18435 …Dispatch const & … in buildAccelerationStructuresKHR()
18467 template <typename Dispatch>
18470 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyAccelerationStructureKHR()
18481 template <typename Dispatch>
18485 … Dispatch const & d ) const in copyAccelerationStructureKHR()
18505 template <typename Dispatch>
18509 …Dispatch const & d ) const VULKAN_HPP_NOEXCE… in copyAccelerationStructureToMemoryKHR()
18520 template <typename Dispatch>
18524 … Dispatch const & d ) const in copyAccelerationStructureToMemoryKHR()
18545 template <typename Dispatch>
18549 …Dispatch const & d ) const VULKAN_HPP_NOEXCE… in copyMemoryToAccelerationStructureKHR()
18560 template <typename Dispatch>
18564 … Dispatch const & d ) const in copyMemoryToAccelerationStructureKHR()
18585 template <typename Dispatch>
18593 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in writeAccelerationStructuresPropertiesKHR()
18610 typename Dispatch,
18618 …Dispatch const & d )… in writeAccelerationStructuresPropertiesKHR()
18643 template <typename DataType, typename Dispatch>
18648 …Dispatch const & d )… in writeAccelerationStructuresPropertyKHR()
18673 template <typename Dispatch>
18675 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyAccelerationStructureKHR()
18685 template <typename Dispatch>
18687 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyAccelerationStructureKHR()
18700 template <typename Dispatch>
18702 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyAccelerationStructureToMemoryKHR()
18712 template <typename Dispatch>
18714 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyAccelerationStructureToMemoryKHR()
18728 template <typename Dispatch>
18730 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMemoryToAccelerationStructureKHR()
18740 template <typename Dispatch>
18742 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMemoryToAccelerationStructureKHR()
18756 template <typename Dispatch>
18758 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getAccelerationStructureAddressKHR()
18768 template <typename Dispatch>
18771 …Dispatch const & d ) const VULKAN_HPP_NOEXC… in getAccelerationStructureAddressKHR()
18788 template <typename Dispatch>
18795 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in writeAccelerationStructuresPropertiesKHR()
18809 template <typename Dispatch>
18815 …Dispatch const & d )… in writeAccelerationStructuresPropertiesKHR()
18834 template <typename Dispatch>
18837 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getAccelerationStructureCompatibilityKHR()
18848 template <typename Dispatch>
18851 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getAccelerationStructureCompatibilityKHR()
18870 template <typename Dispatch>
18875 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getAccelerationStructureBuildSizesKHR()
18888 template <typename Dispatch>
18893 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in getAccelerationStructureBuildSizesKHR()
18923 template <typename Dispatch>
18931 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in traceRaysKHR()
18946 template <typename Dispatch>
18954 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in traceRaysKHR()
18974 template <typename Dispatch>
18982 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createRayTracingPipelinesKHR()
18998 typename Dispatch,
19005 …Dispatch const & … in createRayTracingPipelinesKHR()
19034 typename Dispatch,
19042 Dispatch const & d ) const in createRayTracingPipelinesKHR()
19070 template <typename Dispatch>
19076 … Dispatch 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…
19115 …Dispatch 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…
19160 …Dispatch 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>>
19200 … Dispatch 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>
19237 … Dispatch 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>
19298 … Dispatch 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>
19359 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in traceRaysIndirectKHR()
19372 template <typename Dispatch>
19378 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in traceRaysIndirectKHR()
19396 template <typename Dispatch>
19400 … Dispatch 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>
19425 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createSamplerYcbcrConversionKHR()
19437 template <typename Dispatch>
19441 … Dispatch const & d ) const in createSamplerYcbcrConversionKHR()
19463 template <typename Dispatch>
19464 …ypename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion, Dispatch>>::type
19467 … Dispatch const & d ) const in createSamplerYcbcrConversionKHRUnique()
19485 …KAN_HPP_NAMESPACE::SamplerYcbcrConversion, Dispatch>( ycbcrConversion, detail::ObjectDestroy<Devic… in createSamplerYcbcrConversionKHRUnique()
19492 template <typename Dispatch>
19495 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySamplerYcbcrConversionKHR()
19506 template <typename Dispatch>
19509 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroySamplerYcbcrConversionKHR()
19527 template <typename Dispatch>
19530 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindBufferMemory2KHR()
19539 template <typename Dispatch>
19542 …Dispatch const & d ) con… in bindBufferMemory2KHR()
19558 template <typename Dispatch>
19561 … Dispatch 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>
19629 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createValidationCacheEXT()
19640 template <typename Dispatch>
19644 … Dispatch const & d ) const in createValidationCacheEXT()
19664 template <typename Dispatch>
19665 …NE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::ValidationCacheEXT, Dispatch>>::type
19668 … Dispatch const & d ) const in createValidationCacheEXTUnique()
19685 …<VULKAN_HPP_NAMESPACE::ValidationCacheEXT, Dispatch>( validationCache, detail::ObjectDestroy<Devic… in createValidationCacheEXTUnique()
19691 template <typename Dispatch>
19694 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyValidationCacheEXT()
19703 template <typename Dispatch>
19706 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyValidationCacheEXT()
19721 template <typename Dispatch>
19724 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
19733 template <typename Dispatch>
19736 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
19751 template <typename Dispatch>
19755 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in mergeValidationCachesEXT()
19766 template <typename Dispatch>
19770 … Dispatch const & d ) const in mergeValidationCachesEXT()
19786 template <typename Dispatch>
19790 … Dispatch 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>
19875 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindShadingRateImageNV()
19884 template <typename Dispatch>
19888 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setViewportShadingRatePaletteNV()
19898 template <typename Dispatch>
19902 …Dispatch const & d ) con… in setViewportShadingRatePaletteNV()
19915 template <typename Dispatch>
19919 … Dispatch 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>
19957 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createAccelerationStructureNV()
19969 template <typename Dispatch>
19973 … Dispatch const & d ) const in createAccelerationStructureNV()
19994 template <typename Dispatch>
19995 …pename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::AccelerationStructureNV, Dispatch>>::type
19998 … Dispatch 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>
20025 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyAccelerationStructureNV()
20036 template <typename Dispatch>
20039 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyAccelerationStructureNV()
20055 template <typename Dispatch>
20058 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
20069 template <typename Dispatch>
20072 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
20088 template <typename Dispatch>
20092 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getAccelerationStructureMemoryRequirementsNV()
20103 template <typename Dispatch>
20106 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getAccelerationStructureMemoryRequirementsNV()
20124 template <typename X, typename Y, typename... Z, typename Dispatch>
20127 … Dispatch 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>
20187 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in buildAccelerationStructureNV()
20204 template <typename Dispatch>
20213 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in buildAccelerationStructureNV()
20234 template <typename Dispatch>
20238 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyAccelerationStructureNV()
20248 template <typename Dispatch>
20263 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in traceRaysNV()
20285 template <typename Dispatch>
20291 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createRayTracingPipelinesNV()
20306 typename Dispatch,
20312 …Dispatch const & … in createRayTracingPipelinesNV()
20337 typename Dispatch,
20344 …Dispatch const & … in createRayTracingPipelinesNV()
20368 template <typename Dispatch>
20373 … Dispatch 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…
20406 …Dispatch 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>>
20480 … Dispatch 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>
20513 … Dispatch 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>
20572 … Dispatch 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>
20631 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in writeAccelerationStructuresPropertiesNV()
20645 template <typename Dispatch>
20651 …Dispatch const & d ) … in writeAccelerationStructuresPropertiesNV()
20670 template <typename Dispatch>
20673 … Dispatch 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>
20704 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorSetLayoutSupportKHR()
20715 template <typename Dispatch>
20718 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorSetLayoutSupportKHR()
20735 template <typename X, typename Y, typename... Z, typename Dispatch>
20738 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorSetLayoutSupportKHR()
20758 template <typename Dispatch>
20765 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawIndirectCountKHR()
20779 template <typename Dispatch>
20786 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawIndexedIndirectCountKHR()
20802 template <typename Dispatch>
20807 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryHostPointerPropertiesEXT()
20819 template <typename Dispatch>
20823 … Dispatch const & d ) const in getMemoryHostPointerPropertiesEXT()
20845 template <typename Dispatch>
20850 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in writeBufferMarkerAMD()
20861 template <typename Dispatch>
20866 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in writeBufferMarker2AMD()
20880 template <typename Dispatch>
20883 … Dispatch 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>
20970 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getCalibratedTimestampsEXT()
20983 typename Dispatch,
20987 …Dispatch const & d… in getCalibratedTimestampsEXT()
21008 typename Dispatch,
21013 …Dispatch 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>
21070 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawMeshTasksIndirectNV()
21079 template <typename Dispatch>
21086 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawMeshTasksIndirectCountNV()
21102 template <typename Dispatch>
21106 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setExclusiveScissorEnableNV()
21118 template <typename Dispatch>
21122 …Dispatch const & d ) const VULKAN_HPP_… in setExclusiveScissorEnableNV()
21135 template <typename Dispatch>
21139 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setExclusiveScissorNV()
21148 template <typename Dispatch>
21151 … Dispatch 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>
21191 … Dispatch 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>
21255 … Dispatch 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>
21322 … Dispatch 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>
21353 … Dispatch 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>
21383 … Dispatch 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>
21454 … Dispatch 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>
21549 …Dispatch 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
21585 … Dispatch const & d ) const in acquirePerformanceConfigurationINTELUnique()
21601 …P_NAMESPACE::PerformanceConfigurationINTEL, Dispatch>( configuration, detail::ObjectRelease<Device… in acquirePerformanceConfigurationINTELUnique()
21609 template <typename Dispatch>
21611 … Dispatch 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>
21642 … Dispatch 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>
21673 … Dispatch 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>
21705 … Dispatch 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>
21739 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setLocalDimmingAMD()
21750 template <typename Dispatch>
21755 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createImagePipeSurfaceFUCHSIA()
21767 template <typename Dispatch>
21771 … Dispatch const & d ) const in createImagePipeSurfaceFUCHSIA()
21792 template <typename Dispatch>
21793 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
21796 … Dispatch const & d ) const in createImagePipeSurfaceFUCHSIAUnique()
21812 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, … in createImagePipeSurfaceFUCHSIAUnique()
21822 template <typename Dispatch>
21826 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createMetalSurfaceEXT()
21837 template <typename Dispatch>
21841 … Dispatch const & d ) const in createMetalSurfaceEXT()
21861 template <typename Dispatch>
21862 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
21865 … Dispatch const & d ) const in createMetalSurfaceEXTUnique()
21881 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, … in createMetalSurfaceEXTUnique()
21891 template <typename Dispatch>
21895 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFragmentShadingRatesKHR()
21908 typename Dispatch,
21914 PhysicalDevice::getFragmentShadingRatesKHR( Dispatch const & d ) const in getFragmentShadingRatesKHR()
21948 typename Dispatch,
21955 … Dispatch const & d ) const in getFragmentShadingRatesKHR()
21990 template <typename Dispatch>
21993 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setFragmentShadingRateKHR()
22004 template <typename Dispatch>
22007 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setFragmentShadingRateKHR()
22023 template <typename Dispatch>
22025 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRenderingAttachmentLocationsKHR()
22035 template <typename Dispatch>
22037 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRenderingAttachmentLocationsKHR()
22051 template <typename Dispatch>
22054 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRenderingInputAttachmentIndicesKHR()
22064 template <typename Dispatch>
22067 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRenderingInputAttachmentIndicesKHR()
22082 template <typename Dispatch>
22084 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferAddressEXT()
22093 template <typename Dispatch>
22095 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferAddressEXT()
22113 template <typename Dispatch>
22116 … Dispatch 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>
22212 … Dispatch 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,
22302 … Dispatch 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>
22441 … Dispatch 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,
22499 … Dispatch const & d ) const in getSurfacePresentModes2EXT()
22537 template <typename Dispatch>
22539 … Dispatch 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>
22569 … Dispatch 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>
22600 … Dispatch 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>
22638 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createHeadlessSurfaceEXT()
22649 template <typename Dispatch>
22653 … Dispatch const & d ) const in createHeadlessSurfaceEXT()
22673 template <typename Dispatch>
22674 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
22677 … Dispatch const & d ) const in createHeadlessSurfaceEXTUnique()
22693 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, … in createHeadlessSurfaceEXTUnique()
22701 template <typename Dispatch>
22703 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferAddressKHR()
22712 template <typename Dispatch>
22714 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferAddressKHR()
22730 template <typename Dispatch>
22732 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferOpaqueCaptureAddressKHR()
22741 template <typename Dispatch>
22743 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getBufferOpaqueCaptureAddressKHR()
22759 template <typename Dispatch>
22761 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryOpaqueCaptureAddressKHR()
22771 template <typename Dispatch>
22773 … Dispatch 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>
22805 … Dispatch 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>
22832 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setPrimitiveTopologyEXT()
22839 template <typename Dispatch>
22842 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setViewportWithCountEXT()
22850 template <typename Dispatch>
22852 … Dispatch 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>
22877 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setScissorWithCountEXT()
22890 template <typename Dispatch>
22897 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindVertexBuffers2EXT()
22911 template <typename Dispatch>
22917 … Dispatch 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>
22981 … Dispatch 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>
23002 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setStencilOpEXT()
23016 template <typename Dispatch>
23019 … Dispatch 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>
23078 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDeferredOperationKHR()
23088 template <typename Dispatch>
23091 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyDeferredOperationKHR()
23107 template <typename Dispatch>
23110 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
23120 template <typename Dispatch>
23123 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
23139 template <typename Dispatch>
23141 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDeferredOperationMaxConcurrencyKHR()
23150 template <typename Dispatch>
23152 … Dispatch 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>
23180 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in deferredOperationJoinKHR()
23187 template <typename Dispatch>
23189 … Dispatch const & d ) const in deferredOperationJoinKHR()
23211 template <typename Dispatch>
23215 … Dispatch 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,
23279 … Dispatch const & d ) const in getPipelineExecutablePropertiesKHR()
23317 template <typename Dispatch>
23322 … Dispatch 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,
23386 … Dispatch const & d ) const in getPipelineExecutableStatisticsKHR()
23424 template <typename Dispatch>
23429 … Dispatch 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>
23537 … Dispatch 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>
23566 … Dispatch 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>
23595 … Dispatch 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>
23625 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in transitionImageLayoutEXT()
23634 template <typename Dispatch>
23637 …Dispatch const & … in transitionImageLayoutEXT()
23654 template <typename Dispatch>
23658 … Dispatch 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>
23720 … Dispatch 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>
23749 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in unmapMemory2KHR()
23757 template <typename Dispatch>
23759 … Dispatch const & d ) const in unmapMemory2KHR()
23777 template <typename Dispatch>
23779 … Dispatch 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>
23812 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getGeneratedCommandsMemoryRequirementsNV()
23823 template <typename Dispatch>
23826 …Dispatch const & d ) const VULKAN_HPP_NOEXC… in getGeneratedCommandsMemoryRequirementsNV()
23844 template <typename X, typename Y, typename... Z, typename Dispatch>
23847 …Dispatch const & d ) const VULKAN_HPP_NOEXC… in getGeneratedCommandsMemoryRequirementsNV()
23867 template <typename Dispatch>
23869 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in preprocessGeneratedCommandsNV()
23879 template <typename Dispatch>
23881 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in preprocessGeneratedCommandsNV()
23894 template <typename Dispatch>
23897 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in executeGeneratedCommandsNV()
23908 template <typename Dispatch>
23911 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in executeGeneratedCommandsNV()
23925 template <typename Dispatch>
23929 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindPipelineShaderGroupNV()
23938 template <typename Dispatch>
23943 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createIndirectCommandsLayoutNV()
23955 template <typename Dispatch>
23959 … Dispatch const & d ) const in createIndirectCommandsLayoutNV()
23980 template <typename Dispatch>
23981 …ename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV, Dispatch>>::type
23984 … Dispatch 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>
24011 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyIndirectCommandsLayoutNV()
24022 template <typename Dispatch>
24025 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyIndirectCommandsLayoutNV()
24041 template <typename Dispatch>
24044 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
24055 template <typename Dispatch>
24058 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
24075 template <typename Dispatch>
24077 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDepthBias2EXT()
24085 template <typename Dispatch>
24087 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDepthBias2EXT()
24102 template <typename Dispatch>
24105 … Dispatch 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>
24134 … Dispatch 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>
24189 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createPrivateDataSlotEXT()
24200 template <typename Dispatch>
24204 … Dispatch const & d ) const in createPrivateDataSlotEXT()
24224 template <typename Dispatch>
24225 …NLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::PrivateDataSlot, Dispatch>>::type
24228 … Dispatch const & d ) const in createPrivateDataSlotEXTUnique()
24245 …dle<VULKAN_HPP_NAMESPACE::PrivateDataSlot, Dispatch>( privateDataSlot, detail::ObjectDestroy<Devic… in createPrivateDataSlotEXTUnique()
24251 template <typename Dispatch>
24254 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPrivateDataSlotEXT()
24263 template <typename Dispatch>
24266 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPrivateDataSlotEXT()
24282 template <typename Dispatch>
24287 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setPrivateDataEXT()
24295 template <typename Dispatch>
24300 … Dispatch const & d ) const in setPrivateDataEXT()
24316 template <typename Dispatch>
24321 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPrivateDataEXT()
24330 template <typename Dispatch>
24334 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPrivateDataEXT()
24352 template <typename Dispatch>
24356 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getVideoEncodeQualityLevelPropertiesKHR()
24368 template <typename Dispatch>
24371 … Dispatch const & d ) const in getVideoEncodeQualityLevelPropertiesKHR()
24391 template <typename X, typename Y, typename... Z, typename Dispatch>
24394 … Dispatch const & d ) const in getVideoEncodeQualityLevelPropertiesKHR()
24417 template <typename Dispatch>
24423 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getEncodedVideoSessionParametersKHR()
24438 typename Dispatch,
24443 … Dispatch const & d ) const in getEncodedVideoSessionParametersKHR()
24482 typename Dispatch,
24488 … Dispatch const & d ) const in getEncodedVideoSessionParametersKHR()
24531 typename Dispatch,
24536 … Dispatch const & d ) const in getEncodedVideoSessionParametersKHR()
24579 typename Dispatch,
24585 … Dispatch const & d ) const in getEncodedVideoSessionParametersKHR()
24625 template <typename Dispatch>
24627 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in encodeVideoKHR()
24635 template <typename Dispatch>
24637 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in encodeVideoKHR()
24652 template <typename Dispatch>
24656 … Dispatch 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
24695 … Dispatch const & d ) const in createCudaModuleNVUnique()
24711 …niqueHandle<VULKAN_HPP_NAMESPACE::CudaModuleNV, Dispatch>( module, detail::ObjectDestroy<Device, D… in createCudaModuleNVUnique()
24717 template <typename Dispatch>
24721 … Dispatch 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>
24802 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createCudaFunctionNV()
24813 template <typename Dispatch>
24817 … Dispatch const & d ) const in createCudaFunctionNV()
24837 template <typename Dispatch>
24838 …INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::CudaFunctionNV, Dispatch>>::type
24841 … Dispatch const & d ) const in createCudaFunctionNVUnique()
24857 …ueHandle<VULKAN_HPP_NAMESPACE::CudaFunctionNV, Dispatch>( function, detail::ObjectDestroy<Device, … in createCudaFunctionNVUnique()
24863 template <typename Dispatch>
24866 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyCudaModuleNV()
24875 template <typename Dispatch>
24878 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyCudaModuleNV()
24892 template <typename Dispatch>
24895 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
24904 template <typename Dispatch>
24907 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
24921 template <typename Dispatch>
24924 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyCudaFunctionNV()
24933 template <typename Dispatch>
24936 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyCudaFunctionNV()
24950 template <typename Dispatch>
24953 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
24962 template <typename Dispatch>
24965 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
24979 template <typename Dispatch>
24981 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in cudaLaunchKernelNV()
24989 template <typename Dispatch>
24991 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in cudaLaunchKernelNV()
25007 template <typename Dispatch>
25009 … Dispatch 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>
25057 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setEvent2KHR()
25066 template <typename Dispatch>
25069 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setEvent2KHR()
25081 template <typename Dispatch>
25084 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resetEvent2KHR()
25091 template <typename Dispatch>
25095 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in waitEvents2KHR()
25106 template <typename Dispatch>
25109 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in waitEvents2KHR()
25132 template <typename Dispatch>
25134 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pipelineBarrier2KHR()
25142 template <typename Dispatch>
25144 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pipelineBarrier2KHR()
25156 template <typename Dispatch>
25160 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in writeTimestamp2KHR()
25168 template <typename Dispatch>
25172 … Dispatch 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>
25205 … Dispatch 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>
25237 … Dispatch 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>
25269 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorEXT()
25277 template <typename Dispatch>
25281 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorEXT()
25292 template <typename DescriptorType, typename Dispatch>
25294 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorEXT()
25311 template <typename Dispatch>
25314 … Dispatch 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>
25347 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDescriptorBufferOffsetsEXT()
25362 template <typename Dispatch>
25368 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in setDescriptorBufferOffsetsEXT()
25395 template <typename Dispatch>
25399 … Dispatch 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>
25555 … Dispatch const & d ) const in getAccelerationStructureOpaqueCaptureDescriptorDataEXT()
25576 template <typename Dispatch>
25579 … Dispatch 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>
25605 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawMeshTasksIndirectEXT()
25614 template <typename Dispatch>
25621 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in drawMeshTasksIndirectCountEXT()
25636 template <typename Dispatch>
25638 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBuffer2KHR()
25646 template <typename Dispatch>
25648 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBuffer2KHR()
25660 template <typename Dispatch>
25662 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImage2KHR()
25670 template <typename Dispatch>
25672 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImage2KHR()
25684 template <typename Dispatch>
25686 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBufferToImage2KHR()
25695 template <typename Dispatch>
25697 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyBufferToImage2KHR()
25709 template <typename Dispatch>
25711 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImageToBuffer2KHR()
25720 template <typename Dispatch>
25722 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyImageToBuffer2KHR()
25734 template <typename Dispatch>
25736 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in blitImage2KHR()
25744 template <typename Dispatch>
25746 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in blitImage2KHR()
25758 template <typename Dispatch>
25760 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resolveImage2KHR()
25768 template <typename Dispatch>
25770 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in resolveImage2KHR()
25784 template <typename Dispatch>
25787 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFaultInfoEXT()
25798 template <typename Dispatch>
25800 … Dispatch 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>
25828 … Dispatch 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>
25885 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createDirectFBSurfaceEXT()
25896 template <typename Dispatch>
25900 … Dispatch const & d ) const in createDirectFBSurfaceEXT()
25920 template <typename Dispatch>
25921 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
25924 … Dispatch const & d ) const in createDirectFBSurfaceEXTUnique()
25940 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, … in createDirectFBSurfaceEXTUnique()
25947 template <typename Dispatch>
25950 … Dispatch 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>
25985 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setVertexInputEXT()
25997 template <typename Dispatch>
26001 …Dispatch const & … in setVertexInputEXT()
26021 template <typename Dispatch>
26025 … Dispatch 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>
26060 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryZirconHandlePropertiesFUCHSIA()
26073 template <typename Dispatch>
26077 … Dispatch const & d ) const in getMemoryZirconHandlePropertiesFUCHSIA()
26103 template <typename Dispatch>
26105 …ortSemaphoreZirconHandleInfoFUCHSIA * pImportSemaphoreZirconHandleInfo, Dispatch const & d ) const… in importSemaphoreZirconHandleFUCHSIA()
26115 template <typename Dispatch>
26118 … Dispatch const & d ) const in importSemaphoreZirconHandleFUCHSIA()
26135 template <typename Dispatch>
26139 … Dispatch 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>
26178 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createBufferCollectionFUCHSIA()
26190 template <typename Dispatch>
26194 … Dispatch const & d ) const in createBufferCollectionFUCHSIA()
26215 template <typename Dispatch>
26216 …pename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::BufferCollectionFUCHSIA, Dispatch>>::type
26219 … Dispatch const & d ) const in createBufferCollectionFUCHSIAUnique()
26236 …ULKAN_HPP_NAMESPACE::BufferCollectionFUCHSIA, Dispatch>( collection, detail::ObjectDestroy<Device,… in createBufferCollectionFUCHSIAUnique()
26243 template <typename Dispatch>
26247 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setBufferCollectionImageConstraintsFUCHSIA()
26259 template <typename Dispatch>
26263 … Dispatch const & d ) const in setBufferCollectionImageConstraintsFUCHSIA()
26281 template <typename Dispatch>
26285 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setBufferCollectionBufferConstraintsFUCHSIA()
26297 template <typename Dispatch>
26301 … Dispatch const & d ) const in setBufferCollectionBufferConstraintsFUCHSIA()
26319 template <typename Dispatch>
26322 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyBufferCollectionFUCHSIA()
26332 template <typename Dispatch>
26335 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyBufferCollectionFUCHSIA()
26351 template <typename Dispatch>
26354 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
26364 template <typename Dispatch>
26367 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
26383 template <typename Dispatch>
26387 … Dispatch 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>
26425 … Dispatch 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>
26469 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindInvocationMaskHUAWEI()
26479 template <typename Dispatch>
26483 … Dispatch 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>
26517 … Dispatch 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>
26560 … Dispatch 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>
26586 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setPrimitiveRestartEnableEXT()
26596 template <typename Dispatch>
26600 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createScreenSurfaceQNX()
26611 template <typename Dispatch>
26615 … Dispatch const & d ) const in createScreenSurfaceQNX()
26635 template <typename Dispatch>
26636 …HPP_INLINE typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>>::type
26639 … Dispatch const & d ) const in createScreenSurfaceQNXUnique()
26655 …niqueHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR, Dispatch>( surface, detail::ObjectDestroy<Instance, … in createScreenSurfaceQNXUnique()
26662 template <typename Dispatch>
26665 … Dispatch 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>
26698 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setColorWriteEnableEXT()
26706 template <typename Dispatch>
26708 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setColorWriteEnableEXT()
26722 template <typename Dispatch>
26724 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in traceRaysIndirect2KHR()
26733 template <typename Dispatch>
26739 … Dispatch 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>
26780 … Dispatch 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>
26824 … Dispatch 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
26863 … Dispatch const & d ) const in createMicromapEXTUnique()
26879 …niqueHandle<VULKAN_HPP_NAMESPACE::MicromapEXT, Dispatch>( micromap, detail::ObjectDestroy<Device, … in createMicromapEXTUnique()
26885 template <typename Dispatch>
26888 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyMicromapEXT()
26897 template <typename Dispatch>
26900 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyMicromapEXT()
26914 template <typename Dispatch>
26917 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
26926 template <typename Dispatch>
26929 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
26943 template <typename Dispatch>
26946 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in buildMicromapsEXT()
26954 template <typename Dispatch>
26956 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in buildMicromapsEXT()
26968 template <typename Dispatch>
26972 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in buildMicromapsEXT()
26983 template <typename Dispatch>
26987 …Dispatch const & d ) con… in buildMicromapsEXT()
27006 template <typename Dispatch>
27009 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMicromapEXT()
27018 template <typename Dispatch>
27021 … Dispatch const & d ) const in copyMicromapEXT()
27040 template <typename Dispatch>
27043 … Dispatch 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>
27077 … Dispatch 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>
27116 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in writeMicromapsPropertiesEXT()
27133 typename Dispatch,
27140 … Dispatch const & d ) const in writeMicromapsPropertiesEXT()
27164 template <typename DataType, typename Dispatch>
27169 … Dispatch 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>
27216 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMicromapToMemoryEXT()
27224 template <typename Dispatch>
27226 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMicromapToMemoryEXT()
27238 template <typename Dispatch>
27240 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMemoryToMicromapEXT()
27248 template <typename Dispatch>
27250 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMemoryToMicromapEXT()
27263 template <typename Dispatch>
27269 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in writeMicromapsPropertiesEXT()
27283 template <typename Dispatch>
27289 …Dispatch const & d ) const VULKAN… in writeMicromapsPropertiesEXT()
27307 template <typename Dispatch>
27310 … Dispatch 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>
27344 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMicromapBuildSizesEXT()
27355 template <typename Dispatch>
27359 … Dispatch 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>
27392 … Dispatch 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>
27415 … Dispatch 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>
27469 … Dispatch 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>
27524 … Dispatch 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,
27578 … Dispatch const & d ) const in getImageSparseMemoryRequirementsKHR()
27610 template <typename Dispatch>
27613 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorSetLayoutHostMappingInfoVALVE()
27624 template <typename Dispatch>
27627 … Dispatch 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>
27659 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getDescriptorSetHostMappingVALVE()
27677 template <typename Dispatch>
27681 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in copyMemoryIndirectNV()
27689 template <typename Dispatch>
27696 … Dispatch 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>
27741 … Dispatch 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>
27772 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in decompressMemoryIndirectCountNV()
27785 template <typename Dispatch>
27788 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPipelineIndirectMemoryRequirementsNV()
27799 template <typename Dispatch>
27802 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPipelineIndirectMemoryRequirementsNV()
27819 template <typename X, typename Y, typename... Z, typename Dispatch>
27822 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPipelineIndirectMemoryRequirementsNV()
27841 template <typename Dispatch>
27844 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updatePipelineIndirectBufferNV()
27853 template <typename Dispatch>
27855 … Dispatch 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>
27903 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRasterizationSamplesEXT()
27910 template <typename Dispatch>
27913 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setSampleMaskEXT()
27922 template <typename Dispatch>
27925 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in setSampleMaskEXT()
27946 template <typename Dispatch>
27948 … Dispatch 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>
27975 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setColorBlendEnableEXT()
27984 template <typename Dispatch>
27987 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setColorBlendEnableEXT()
28001 template <typename Dispatch>
28005 … Dispatch 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>
28039 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setColorWriteMaskEXT()
28048 template <typename Dispatch>
28052 …Dispatch const & d ) cons… in setColorWriteMaskEXT()
28067 template <typename Dispatch>
28069 … Dispatch 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>
28089 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setConservativeRasterizationModeEXT()
28098 template <typename Dispatch>
28100 … Dispatch 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>
28118 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setSampleLocationsEnableEXT()
28126 template <typename Dispatch>
28130 … Dispatch 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>
28163 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setProvokingVertexModeEXT()
28171 template <typename Dispatch>
28173 … Dispatch 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>
28191 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDepthClipNegativeOneToOneEXT()
28199 template <typename Dispatch>
28201 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setViewportWScalingEnableNV()
28208 template <typename Dispatch>
28212 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setViewportSwizzleNV()
28221 template <typename Dispatch>
28225 …Dispatch const & d ) const … in setViewportSwizzleNV()
28240 template <typename Dispatch>
28242 … Dispatch 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>
28261 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setCoverageModulationModeNV()
28269 template <typename Dispatch>
28271 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setCoverageModulationTableEnableNV()
28279 template <typename Dispatch>
28282 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setCoverageModulationTableNV()
28291 template <typename Dispatch>
28293 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setCoverageModulationTableNV()
28307 template <typename Dispatch>
28309 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setShadingRateImageEnableNV()
28317 template <typename Dispatch>
28319 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setRepresentativeFragmentTestEnableNV()
28327 template <typename Dispatch>
28329 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setCoverageReductionModeNV()
28339 template <typename Dispatch>
28342 … Dispatch 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>
28373 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getShaderModuleCreateInfoIdentifierEXT()
28384 template <typename Dispatch>
28387 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getShaderModuleCreateInfoIdentifierEXT()
28407 template <typename Dispatch>
28412 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getOpticalFlowImageFormatsNV()
28426 typename Dispatch,
28433 … Dispatch const & d ) const in getOpticalFlowImageFormatsNV()
28470 typename Dispatch,
28478 … Dispatch const & d ) const in getOpticalFlowImageFormatsNV()
28515 template <typename Dispatch>
28519 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createOpticalFlowSessionNV()
28530 template <typename Dispatch>
28534 … Dispatch const & d ) const in createOpticalFlowSessionNV()
28554 template <typename Dispatch>
28555 … typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::OpticalFlowSessionNV, Dispatch>>::type
28558 … Dispatch const & d ) const in createOpticalFlowSessionNVUnique()
28574 …le<VULKAN_HPP_NAMESPACE::OpticalFlowSessionNV, Dispatch>( session, detail::ObjectDestroy<Device, D… in createOpticalFlowSessionNVUnique()
28581 template <typename Dispatch>
28584 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyOpticalFlowSessionNV()
28594 template <typename Dispatch>
28597 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyOpticalFlowSessionNV()
28613 template <typename Dispatch>
28616 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
28626 template <typename Dispatch>
28629 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
28646 template <typename Dispatch>
28651 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindOpticalFlowSessionImageNV()
28663 template <typename Dispatch>
28669 … Dispatch const & d ) const in bindOpticalFlowSessionImageNV()
28689 template <typename Dispatch>
28692 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in opticalFlowExecuteNV()
28702 template <typename Dispatch>
28705 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in opticalFlowExecuteNV()
28720 template <typename Dispatch>
28725 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindIndexBuffer2KHR()
28737 template <typename Dispatch>
28740 … Dispatch 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>
28772 … Dispatch 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>
28826 … Dispatch 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>
28914 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createShadersEXT()
28927 typename Dispatch,
28932 …Dispatch const & d ) const in createShadersEXT()
28955 typename Dispatch,
28961 …Dispatch 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…
29017 …Dispatch 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…
29053 …Dispatch 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>>
29085 … Dispatch 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>
29113 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyShaderEXT()
29122 template <typename Dispatch>
29125 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyShaderEXT()
29139 template <typename Dispatch>
29142 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
29151 template <typename Dispatch>
29154 … Dispatch 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>
29251 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindShadersEXT()
29262 template <typename Dispatch>
29265 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT_WHEN_NO_EXCEPTIONS in bindShadersEXT()
29288 template <typename Dispatch>
29291 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDepthClampRangeEXT()
29301 template <typename Dispatch>
29304 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDepthClampRangeEXT()
29322 template <typename Dispatch>
29326 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createPipelineBinariesKHR()
29338 typename Dispatch,
29343 … Dispatch const & d ) const in createPipelineBinariesKHR()
29395 typename Dispatch,
29401 … Dispatch 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…
29461 … Dispatch 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…
29528 … Dispatch 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>
29592 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPipelineBinaryKHR()
29601 template <typename Dispatch>
29604 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyPipelineBinaryKHR()
29619 template <typename Dispatch>
29622 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
29631 template <typename Dispatch>
29634 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
29649 template <typename Dispatch>
29652 … Dispatch 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>
29688 … Dispatch 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,
29745 … Dispatch const & d ) const in getPipelineBinaryDataKHR()
29781 template <typename Dispatch>
29784 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in releaseCapturedPipelineDataKHR()
29795 template <typename Dispatch>
29798 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in releaseCapturedPipelineDataKHR()
29816 template <typename Dispatch>
29820 … Dispatch 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>
29910 … Dispatch 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,
30001 … Dispatch 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>
30071 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in convertCooperativeVectorMatrixNV()
30081 template <typename Dispatch>
30084 …Dispatch const & … in convertCooperativeVectorMatrixNV()
30098 template <typename Dispatch>
30101 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setLatencySleepModeNV()
30110 template <typename Dispatch>
30113 … Dispatch const & d ) const in setLatencySleepModeNV()
30129 template <typename Dispatch>
30132 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in latencySleepNV()
30141 template <typename Dispatch>
30144 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in latencySleepNV()
30156 template <typename Dispatch>
30159 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setLatencyMarkerNV()
30168 template <typename Dispatch>
30171 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setLatencyMarkerNV()
30183 template <typename Dispatch>
30186 … Dispatch 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>
30248 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in notifyOutOfBandNV()
30256 template <typename Dispatch>
30258 … Dispatch 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,
30332 … Dispatch const & d ) const in getCooperativeMatrixPropertiesKHR()
30368 template <typename Dispatch>
30370 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setAttachmentFeedbackLoopEnableEXT()
30381 template <typename Dispatch>
30384 … Dispatch 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>
30451 … Dispatch 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>
30538 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getCalibratedTimestampsKHR()
30551 typename Dispatch,
30555 …Dispatch const & d… in getCalibratedTimestampsKHR()
30576 typename Dispatch,
30581 …Dispatch 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>
30627 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindDescriptorSets2KHR()
30636 template <typename Dispatch>
30638 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in bindDescriptorSets2KHR()
30650 template <typename Dispatch>
30652 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushConstants2KHR()
30660 template <typename Dispatch>
30662 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushConstants2KHR()
30674 template <typename Dispatch>
30676 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSet2KHR()
30685 template <typename Dispatch>
30687 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSet2KHR()
30700 template <typename Dispatch>
30703 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSetWithTemplate2KHR()
30713 template <typename Dispatch>
30716 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in pushDescriptorSetWithTemplate2KHR()
30731 template <typename Dispatch>
30734 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDescriptorBufferOffsets2EXT()
30744 template <typename Dispatch>
30747 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in setDescriptorBufferOffsets2EXT()
30760 template <typename Dispatch>
30763 …Dispatch const & d ) const VULKAN_HPP_NOE… in bindDescriptorBufferEmbeddedSamplers2EXT()
30774 template <typename Dispatch>
30777 …Dispatch const & d ) const VULKAN_HPP_NOE… in bindDescriptorBufferEmbeddedSamplers2EXT()
30794 template <typename Dispatch>
30797 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getClusterAccelerationStructureBuildSizesNV()
30808 template <typename Dispatch>
30811 …Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getClusterAccelerationStructureBuildSizesNV()
30830 template <typename Dispatch>
30833 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in buildClusterAccelerationStructureIndirectNV()
30843 template <typename Dispatch>
30846 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in buildClusterAccelerationStructureIndirectNV()
30863 template <typename Dispatch>
30867 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPartitionedAccelerationStructuresBuildSizesNV()
30878 template <typename Dispatch>
30881 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getPartitionedAccelerationStructuresBuildSizesNV()
30900 template <typename Dispatch>
30903 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in buildPartitionedAccelerationStructuresNV()
30913 template <typename Dispatch>
30916 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in buildPartitionedAccelerationStructuresNV()
30932 template <typename Dispatch>
30935 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getGeneratedCommandsMemoryRequirementsEXT()
30946 template <typename Dispatch>
30949 …Dispatch const & d ) const VULKAN_HPP_NOEX… in getGeneratedCommandsMemoryRequirementsEXT()
30967 template <typename X, typename Y, typename... Z, typename Dispatch>
30970 …Dispatch const & d ) const VULKAN_HPP_NOEX… in getGeneratedCommandsMemoryRequirementsEXT()
30990 template <typename Dispatch>
30993 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in preprocessGeneratedCommandsEXT()
31004 template <typename Dispatch>
31007 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in preprocessGeneratedCommandsEXT()
31021 template <typename Dispatch>
31024 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in executeGeneratedCommandsEXT()
31035 template <typename Dispatch>
31038 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in executeGeneratedCommandsEXT()
31052 template <typename Dispatch>
31057 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createIndirectCommandsLayoutEXT()
31069 template <typename Dispatch>
31073 … Dispatch const & d ) const in createIndirectCommandsLayoutEXT()
31094 template <typename Dispatch>
31095 …name ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutEXT, Dispatch>>::type
31098 … Dispatch 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>
31125 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyIndirectCommandsLayoutEXT()
31136 template <typename Dispatch>
31139 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyIndirectCommandsLayoutEXT()
31155 template <typename Dispatch>
31158 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
31169 template <typename Dispatch>
31172 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
31188 template <typename Dispatch>
31193 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in createIndirectExecutionSetEXT()
31205 template <typename Dispatch>
31209 … Dispatch const & d ) const in createIndirectExecutionSetEXT()
31230 template <typename Dispatch>
31231 …pename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::IndirectExecutionSetEXT, Dispatch>>::type
31234 … Dispatch 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>
31261 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyIndirectExecutionSetEXT()
31272 template <typename Dispatch>
31275 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroyIndirectExecutionSetEXT()
31291 template <typename Dispatch>
31294 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
31305 template <typename Dispatch>
31308 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
31324 template <typename Dispatch>
31328 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updateIndirectExecutionSetPipelineEXT()
31340 template <typename Dispatch>
31344 …Dispatch const & … in updateIndirectExecutionSetPipelineEXT()
31361 template <typename Dispatch>
31365 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in updateIndirectExecutionSetShaderEXT()
31377 template <typename Dispatch>
31381 …Dispatch const & … in updateIndirectExecutionSetShaderEXT()
31400 template <typename Dispatch>
31404 … Dispatch 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>
31504 … Dispatch 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>
31538 … Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getMemoryMetalHandlePropertiesEXT()
31550 template <typename HandleType, typename Dispatch>
31554 … Dispatch const & d ) const in getMemoryMetalHandlePropertiesEXT()