mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 08:37:12 +08:00
15 lines
218 B
C++
15 lines
218 B
C++
/*
|
|
* Copyright (C) 2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
namespace NEO {
|
|
|
|
template <typename GfxFamily>
|
|
void ImageHw<GfxFamily>::appendSurfaceStateExt(void *memory) {
|
|
}
|
|
|
|
} // namespace NEO
|