Files
compute-runtime/shared/source/helpers/ray_tracing_helper.cpp
Grzegorz Choinski 2e68f0abbd lint revision update
Related-To: NEO-6441
Signed-off-by: Grzegorz Choinski <grzegorz.choinski@intel.com>
2021-11-23 12:50:25 +01:00

17 lines
245 B
C++

/*
* Copyright (C) 2018-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/helpers/ray_tracing_helper.h"
namespace NEO {
size_t RayTracingHelper::getRtGlobalsSize() {
return 0;
}
} // namespace NEO