template <>

class NaturalClientImpl

Defined at line 120 of file fidling/gen/sdk/fidl/fuchsia.vulkan.loader/fuchsia.vulkan.loader/cpp/fidl/fuchsia.vulkan.loader/cpp/natural_messaging.h

Public Methods

::fidl::internal::NaturalThenable< ::fuchsia_vulkan_loader::Loader::Get> Get (const ::fidl::Request< ::fuchsia_vulkan_loader::Loader::Get> & request)

Requests a client driver library with the given name from the Vulkan loader

service. Returns a VMO suitable for loading as a dynamic library on

success, a null handle on failure.

::fidl::internal::NaturalThenable< ::fuchsia_vulkan_loader::Loader::GetSupportedFeatures> GetSupportedFeatures ()

Returns the set of features the loader service supports.

::fidl::internal::NaturalThenable< ::fuchsia_vulkan_loader::Loader::GetVmexResource> GetVmexResource ()

Returns a VmexResource that can be used by Lavapipe to JIT-compile code in the client

process, or an error.

::fit::result< ::fidl::OneWayError> ConnectToManifestFs (::fidl::Request< ::fuchsia_vulkan_loader::Loader::ConnectToManifestFs> request)

Connects to a FS serving fuchsia.io containing all Vulkan ICD manifests.

See

<https

://github.com/KhronosGroup/Vulkan-Loader/blob/master/loader/LoaderAndLayerInterface.md#icd-manifest-file-format>

for a description of the manifest file format. Manifests will always

appear in this directory after the relevant device appears in

`ConnectToDeviceFs()`.

::fit::result< ::fidl::OneWayError> ConnectToDeviceFs (::fidl::Request< ::fuchsia_vulkan_loader::Loader::ConnectToDeviceFs> request)

Connects to a FS serving fuchsia.io containing all device nodes

potentially relevant to ICDs. Trusted devices are exposed only to trusted

loader clients (see [`TrustedService`]).