MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / getDispatcher

Method getDispatcher

SDKs/vulkan/vulkan/vulkan_raii.hpp:7590–7594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7588 }
7589
7590 VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher const * getDispatcher() const
7591 {
7592 VULKAN_HPP_ASSERT( m_dispatcher->getVkHeaderVersion() == VK_HEADER_VERSION );
7593 return m_dispatcher;
7594 }
7595
7596 void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Event & rhs ) VULKAN_HPP_NOEXCEPT
7597 {

Callers 15

InstanceMethod · 0.45
PhysicalDeviceMethod · 0.45
PhysicalDevicesMethod · 0.45
DeviceMethod · 0.45
BufferMethod · 0.45
BufferViewMethod · 0.45
CommandPoolMethod · 0.45
CommandBufferMethod · 0.45
CommandBuffersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected