blob: 8f97a50bb4767ea3e40cb147dcd72815e169b09a [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SRC_GRAPHICS_LIB_COMPUTE_SPINEL_PLATFORMS_VK_RENDER_IMPL_H_
#define SRC_GRAPHICS_LIB_COMPUTE_SPINEL_PLATFORMS_VK_RENDER_IMPL_H_
//
//
//
#include "context.h"
//
//
//
struct spn_device;
//
//
//
spn_result_t
spn_render_impl(struct spn_device * const device, spn_render_submit_t const * const submit);
//
//
//
#endif // SRC_GRAPHICS_LIB_COMPUTE_SPINEL_PLATFORMS_VK_RENDER_IMPL_H_