You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
* Copyright 2020 Google LLC
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#ifndef VKR_TRANSPORT_H
|
|
#define VKR_TRANSPORT_H
|
|
|
|
#include "vkr_common.h"
|
|
|
|
void
|
|
vkr_context_init_transport_dispatch(struct vkr_context *ctx);
|
|
|
|
#endif /* VKR_TRANSPORT_H */
|
|
|