/* * 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 void EncodeSurfaceState::appendBufferSurfaceState(EncodeSurfaceStateArgs &args) { } } // namespace NEO