blob: 0eaccb087b0a7fcfd259c9732c8ecb1c0e48f1aa [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_RASTER_BUILDER_IMPL_H_
#define SRC_GRAPHICS_LIB_COMPUTE_SPINEL_PLATFORMS_VK_RASTER_BUILDER_IMPL_H_
//
//
//
#include "device.h"
#include "raster_builder.h"
//
//
//
spinel_result_t
spinel_raster_builder_impl_create(struct spinel_device * device,
spinel_raster_builder_t * raster_builder);
//
//
//
#endif // SRC_GRAPHICS_LIB_COMPUTE_SPINEL_PLATFORMS_VK_RASTER_BUILDER_IMPL_H_