![Schaken-Mods](/assets/img/avatar_default.png)
I updated everything to the latest Unity Editor. Also realized I had the wrong shaders on my hairs, those are fixed and the hairs look MUCH better!
16 lines
363 B
HLSL
16 lines
363 B
HLSL
//
|
|
// This file was automatically generated. Please don't edit by hand.
|
|
//
|
|
|
|
#ifndef SHADERCONFIG_CS_HLSL
|
|
#define SHADERCONFIG_CS_HLSL
|
|
//
|
|
// UnityEngine.Rendering.HighDefinition.ShaderOptions: static fields
|
|
//
|
|
#define SHADEROPTIONS_VELOCITY_IN_GBUFFER (0)
|
|
#define SHADEROPTIONS_PACK_GBUFFER_IN_U16 (0)
|
|
#define SHADEROPTIONS_CAMERA_RELATIVE_RENDERING (1)
|
|
|
|
|
|
#endif
|