Skip to content

Commit 691fa28

Browse files
AngelaDematteEvergreen
authored andcommitted
[content automatically redacted] touching PlatformDependent folder
1 parent ebc2528 commit 691fa28

7 files changed

Lines changed: 3 additions & 7 deletions

File tree

Packages/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/DynamicGI/DynamicGISkyOcclusion.urtshader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#pragma only_renderers d3d11 xboxone xboxseries vulkan metal
1+
#pragma only_renderers d3d11 xboxone xboxseries vulkan metal webgpu
22
#define UNIFIED_RT_GROUP_SIZE_X 64
33
#define UNIFIED_RT_GROUP_SIZE_Y 1
44

Packages/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/RenderingLayerMask/TraceRenderingLayerMask.urtshader

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#pragma only_renderers d3d11 xboxone xboxseries vulkan metal webgpu
22
#define UNIFIED_RT_GROUP_SIZE_X 64
33
#define UNIFIED_RT_GROUP_SIZE_Y 1
4-
#pragma exclude_renderers webgpu
54

65
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Common.hlsl"
76
#include "Packages/com.unity.render-pipelines.core/Runtime/Lighting/ProbeVolume/ShaderVariablesProbeVolumes.cs.hlsl"

Packages/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/VirtualOffset/TraceVirtualOffset.urtshader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#pragma only_renderers d3d11 xboxone xboxseries vulkan metal
1+
#pragma only_renderers d3d11 xboxone xboxseries vulkan metal webgpu
22
#define UNIFIED_RT_GROUP_SIZE_X 64
33
#define UNIFIED_RT_GROUP_SIZE_Y 1
44

Packages/com.unity.render-pipelines.core/Tests/Editor/UnifiedRayTracing/TraceRays.urtshader

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#define UNIFIED_RT_GROUP_SIZE_X 16
22
#define UNIFIED_RT_GROUP_SIZE_Y 8
33
#include "Packages/com.unity.render-pipelines.core/Runtime/UnifiedRayTracing/TraceRayAndQueryHit.hlsl"
4-
#pragma exclude_renderers webgpu
54

65
UNIFIED_RT_DECLARE_ACCEL_STRUCT(_AccelStruct);
76

Packages/com.unity.render-pipelines.core/Tests/Editor/UnifiedRayTracing/TraceRaysAndFetchAttributes.urtshader

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#define UNIFIED_RT_GROUP_SIZE_Y 8
33
#include "Packages/com.unity.render-pipelines.core/Runtime/UnifiedRayTracing/FetchGeometry.hlsl"
44
#include "Packages/com.unity.render-pipelines.core/Runtime/UnifiedRayTracing/TraceRayAndQueryHit.hlsl"
5-
#pragma exclude_renderers webgpu
65

76
UNIFIED_RT_DECLARE_ACCEL_STRUCT(_AccelStruct);
87

Packages/com.unity.render-pipelines.core/Tests/Editor/UnifiedRayTracing/TraceTransparentRays.urtshader

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#define UNIFIED_RT_RAYGEN_FUNC RayGenExecute
66
#define UNIFIED_RT_CLOSESTHIT_FUNC ClosestHitExecute
77
#define UNIFIED_RT_ANYHIT_FUNC AnyHitExecute
8-
#pragma exclude_renderers webgpu
98

109
struct RayPayload
1110
{

Packages/com.unity.render-pipelines.core/Tests/Runtime/PathTracing/PathIteratorTest.urtshader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#include "Packages/com.unity.render-pipelines.core/Runtime/PathTracing/Shaders/PathTracing.hlsl"
66

7-
#pragma exclude_renderers switch switch2 webgpu
7+
#pragma exclude_renderers switch switch2
88

99
uint g_SampleCount;
1010

0 commit comments

Comments
 (0)