mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Update RayTracing helper values
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
82f75990ba
commit
5be5cc33ce
@@ -8,12 +8,9 @@
|
||||
#include "shared/source/helpers/ray_tracing_helper.h"
|
||||
|
||||
namespace NEO {
|
||||
const uint32_t RayTracingHelper::memoryBackedFifoSizePerDss = 0;
|
||||
|
||||
size_t RayTracingHelper::getTotalMemoryBackedFifoSize(const Device &device) {
|
||||
return 0;
|
||||
}
|
||||
size_t RayTracingHelper::getMemoryBackedFifoSizeToPatch() {
|
||||
size_t RayTracingHelper::getRtGlobalsSize() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user