Rasagar/Library/PackageCache/com.unity.rendering.light-transport/Tests/Editor/UnifiedRayTracing/TraceRays.compute
2024-08-26 23:07:20 +03:00

6 lines
258 B
Plaintext

#define UNIFIED_RT_BACKEND_COMPUTE
#define UNIFIED_RT_GROUP_SIZE_X 16
#define UNIFIED_RT_GROUP_SIZE_Y 8
#include "TraceRays.hlsl"
#include_with_pragmas "Packages/com.unity.rendering.light-transport/Runtime/UnifiedRayTracing/Compute/ComputeRaygenShader.hlsl"