Skip to content

Commit

Permalink
fix: remove shader for 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
psydack committed Jul 10, 2021
1 parent 19011b8 commit 7b44c86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Shaders/PassesUniversal.hlsl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if UNITY_2020_1_OR_NEWER
#ifndef DEARIMGUI_UNIVERSAL_INCLUDED
#define DEARIMGUI_UNIVERSAL_INCLUDED

Expand Down Expand Up @@ -39,3 +40,4 @@ half4 ImGuiPassFrag(Varyings input) : SV_Target
}

#endif
#endif

0 comments on commit 7b44c86

Please sign in to comment.