Skip to content

Commit

Permalink
Moved vertex color shaders to a subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
BasmanovDaniil committed Dec 18, 2017
1 parent c5c44d9 commit bdd852b
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions Shaders/VertexColor.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Shader "Procedural Toolkit/Diffuse Vertex Color"
Shader "Procedural Toolkit/Vertex Color/Diffuse"
{
SubShader
{
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Shader "Procedural Toolkit/Specular Vertex Color"
Shader "Procedural Toolkit/Vertex Color/Specular"
{
Properties
{
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Shader "Procedural Toolkit/Standard Vertex Color"
Shader "Procedural Toolkit/Vertex Color/Standard"
{
Properties
{
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Shader "Procedural Toolkit/Unlit Vertex Color"
Shader "Procedural Toolkit/Vertex Color/Unlit"
{
SubShader
{
Expand Down Expand Up @@ -41,4 +41,4 @@
ENDCG
}
}
}
}
File renamed without changes.

0 comments on commit bdd852b

Please sign in to comment.