Skip to content

Instantly share code, notes, and snippets.

View MagistrAVSH's full-sized avatar

Magistr_AVSH Cats'A MagistrAVSH

View GitHub Profile
@MagistrAVSH
MagistrAVSH / URP-VertexLit.shader
Last active January 3, 2024 13:46
UniversalRenderingPipeline VertexLit Shader
Shader "Universal Render Pipeline/Custom/VertexLit"
{
Properties
{
_MainTex ("Texture", 2D) = "white" {}
_Gain ("Gain", Float) = 1.5
_Color ("Color", Color) = (1,1,1,1)
_EdgeColor ("Edge Color", Color) = (0,0,0,1)
[Toggle] _RemoveDiag("Remove diagonals", Float) = 0.