PROTOCOLS
Loader
Defined in fuchsia.vulkan.loader/loader.fidl
Service to provide Vulkan libraries to the loader.
Get
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.
Request
Name | Type |
---|---|
name |
string[64]
|
Response
Name | Type |
---|---|
lib |
handle<vmo>?
|