15 lines
218 B
Plaintext
15 lines
218 B
Plaintext
![]() |
/*
|
||
|
* Copyright (C) 2019 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
namespace NEO {
|
||
|
|
||
|
template <typename GfxFamily>
|
||
|
void ImageHw<GfxFamily>::appendSurfaceStateExt(void *memory) {
|
||
|
}
|
||
|
|
||
|
} // namespace NEO
|