// // This file was automatically generated. Please don't edit by hand. Execute Editor command [ Edit > Rendering > Generate Shader Includes ] instead // #ifndef WORLDLIGHTMANAGER_CS_HLSL #define WORLDLIGHTMANAGER_CS_HLSL // Generated from UnityEngine.Rendering.HighDefinition.WorldLightVolume // PackingRules = Exact struct WorldLightVolume { uint flags; uint shape; float3 position; float3 range; uint lightType; uint lightIndex; }; #endif