mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
17 lines
253 B
C++
17 lines
253 B
C++
/*
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "mem_obj/buffer.h"
|
|
|
|
namespace NEO {
|
|
|
|
template <typename GfxFamily>
|
|
void BufferHw<GfxFamily>::appendSurfaceStateExt(void *memory) {
|
|
}
|
|
|
|
} // namespace NEO
|