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.
20 lines
469 B
20 lines
469 B
//
|
|
// 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
|
|
{
|
|
float3 position;
|
|
uint flags;
|
|
float3 range;
|
|
uint shape;
|
|
uint lightType;
|
|
uint lightIndex;
|
|
};
|
|
|
|
|
|
#endif
|