template <>

class WireWeakOnewayBufferClientImpl

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

Public Methods

::fidl::OneWayStatus ConnectToManifestFs (::fuchsia_vulkan_loader::wire::ConnectToManifestOptions options, ::zx::channel && channel)

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()`.

Caller provides the backing storage for FIDL message.

::fidl::OneWayStatus ConnectToDeviceFs (::zx::channel && channel)

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`]).

Caller provides the backing storage for FIDL message.