2021-02-27 06:02:57 +08:00
|
|
|
/*
|
2021-11-17 01:49:08 +08:00
|
|
|
* Copyright (C) 2018-2021 Intel Corporation
|
2021-02-27 06:02:57 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "shared/source/helpers/ray_tracing_helper.h"
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
2021-11-16 17:23:05 +08:00
|
|
|
size_t RayTracingHelper::getRtGlobalsSize() {
|
2021-02-27 06:02:57 +08:00
|
|
|
return 0;
|
|
|
|
}
|
2021-11-16 17:23:05 +08:00
|
|
|
|
2021-02-27 06:02:57 +08:00
|
|
|
} // namespace NEO
|