Ingen beskrivning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

TraceRays.compute 258B

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