Fix a bunch of shaders
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
// assumeuniformscaling --> so we do not need the proper WorldToObject matrix for the normals
|
||||
#pragma instancing_options assumeuniformscaling procedural:setup
|
||||
#define ISGRASS
|
||||
#include "Includes/AtgPBSLighting.cginc"
|
||||
#include "./AtgPBSLighting.cginc"
|
||||
|
||||
|
||||
// Inputs for vertex shader
|
||||
@@ -92,8 +92,8 @@
|
||||
half _ScaleMode;
|
||||
|
||||
// Include all general inputs and vertex functions
|
||||
#include "Includes/GrassInstancedIndirect_Inputs.cginc"
|
||||
#include "Includes/GrassInstancedIndirect_Vertex.cginc"
|
||||
#include "./GrassInstancedIndirect_Inputs.cginc"
|
||||
#include "./GrassInstancedIndirect_Vertex.cginc"
|
||||
|
||||
|
||||
// Inputs for the pixelshader
|
||||
|
||||
Reference in New Issue
Block a user