Files
compute-runtime/shared/source/command_container/definitions/encode_surface_state.inl
Warchulski, Jaroslaw 49837b7bb5 Cleanup includes 39
Cleaned up files:
shared/source/command_container/command_encoder.h

Related-To: NEO-5548
Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
2023-01-23 11:56:42 +01:00

18 lines
408 B
C++

/*
* Copyright (C) 2021-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/command_container/definitions/encode_surface_state_args_base.h"
#include "shared/source/command_container/encode_surface_state.h"
namespace NEO {
template <typename GfxFamily>
void EncodeSurfaceState<GfxFamily>::appendBufferSurfaceState(EncodeSurfaceStateArgs &args) {
}
} // namespace NEO