Rasagar/Library/PackageCache/com.unity.rendering.light-transport/Tests/Editor/UnifiedRayTracing/TraceRays.compute

6 lines
258 B
Plaintext
Raw Normal View History

2024-08-26 13:07:20 -07:00
#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"