2021-09-09 20:42:29 -04:00

27 lines
884 B
HLSL

//
// This file was automatically generated. Please don't edit by hand. Execute Editor command [ Edit / Render Pipeline / Generate Shader Includes ] instead
//
#ifndef SHADERVARIABLESSCREENSPACEREFLECTION_CS_HLSL
#define SHADERVARIABLESSCREENSPACEREFLECTION_CS_HLSL
// Generated from UnityEngine.Rendering.HighDefinition.ShaderVariablesScreenSpaceReflection
// PackingRules = Exact
CBUFFER_START(ShaderVariablesScreenSpaceReflection)
float _SsrThicknessScale;
float _SsrThicknessBias;
int _SsrStencilBit;
int _SsrIterLimit;
float _SsrRoughnessFadeEnd;
float _SsrRoughnessFadeRcpLength;
float _SsrRoughnessFadeEndTimesRcpLength;
float _SsrEdgeFadeRcpLength;
float4 _ColorPyramidUvScaleAndLimitPrevFrame;
int _SsrDepthPyramidMaxMip;
int _SsrColorPyramidMaxMip;
int _SsrReflectsSky;
float _SsrAccumulationAmount;
CBUFFER_END
#endif