12 lines
352 B
C++
12 lines
352 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
/*=============================================================================
|
|
RayTracingInstance.cpp: Helper functions for creating a ray tracing instance.
|
|
=============================================================================*/
|
|
|
|
#include "RayTracingInstance.h"
|
|
|
|
#if RHI_RAYTRACING
|
|
|
|
#endif
|