mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
Change-Id: Ibdc35346a9ef05a4ec643d19bd64b790e608eb1a Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
16 lines
358 B
C++
16 lines
358 B
C++
/*
|
|
* Copyright (C) 2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/helpers/blit_commands_helper_base.inl"
|
|
|
|
namespace NEO {
|
|
|
|
template <typename GfxFamily>
|
|
void BlitCommandsHelper<GfxFamily>::appendBlitCommandsForBuffer(const BlitProperties &blitProperties, typename GfxFamily::XY_COPY_BLT &blitCmd) {}
|
|
|
|
} // namespace NEO
|