Unity Web Shader IDE
Full source <URP>/ShaderLibrary/LightCookie/LightCookieTypes.hlsl HLSL 14 lines 6 symbols 1 includes Hide source Show source
LightCookieTypes.hlsl <URP>/ShaderLibrary/LightCookie/LightCookieTypes.hlsl
Language
HLSL
Lines
14
Symbols
6
Includes
1
Open IDE root

<URP>/ShaderLibrary/LightCookie/LightCookieTypes.hlsl full source

#ifndef UNIVERSAL_LIGHT_COOKIE_TYPES_INCLUDED
#define UNIVERSAL_LIGHT_COOKIE_TYPES_INCLUDED

#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/UnityTypes.hlsl"

// Types

#define URP_LIGHT_COOKIE_FORMAT_NONE (-1)
#define URP_LIGHT_COOKIE_FORMAT_RGB (0)
#define URP_LIGHT_COOKIE_FORMAT_ALPHA (1)
#define URP_LIGHT_COOKIE_FORMAT_RED (2)

#endif //UNIVERSAL_LIGHT_COOKIE_TYPES_INCLUDED