We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8ada4 commit 97fd699Copy full SHA for 97fd699
Assets/ScriptableRenderLoop/HDRenderLoop/Sky/Resources/SkyHDRI.shader
@@ -15,18 +15,9 @@ Shader "Hidden/HDRenderLoop/SkyHDRI"
15
#pragma vertex Vert
16
#pragma fragment Frag
17
18
- #pragma multi_compile _ ATMOSPHERICS_DEBUG
19
- #pragma multi_compile _ ATMOSPHERICS_OCCLUSION_FULLSKY
20
- #pragma multi_compile _ PERFORM_SKY_OCCLUSION_TEST
21
-
22
- #ifndef PERFORM_SKY_OCCLUSION_TEST
23
- #define IS_RENDERING_SKY
24
- #endif
25
26
#include "Color.hlsl"
27
#include "Common.hlsl"
28
#include "CommonLighting.hlsl"
29
- #include "Assets/ScriptableRenderLoop/HDRenderLoop/ShaderVariables.hlsl"
30
31
TEXTURECUBE(_Cubemap);
32
SAMPLERCUBE(sampler_Cubemap);
0 commit comments