mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-23 11:03:02 +08:00
18 lines
281 B
C++
18 lines
281 B
C++
/*
|
|
* Copyright (C) 2019-2021 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "opencl/source/mem_obj/buffer.h"
|
|
|
|
#include "encode_surface_state_args.h"
|
|
|
|
namespace NEO {
|
|
|
|
void Buffer::appendSurfaceStateArgs(EncodeSurfaceStateArgs &args) {
|
|
}
|
|
|
|
} // namespace NEO
|