Skip to content

Commit

Permalink
Merge pull request #68 from CyberAgentGameEntertainment/fix/bugfix
Browse files Browse the repository at this point in the history
Unity2022以上でOpenGL ESを使う場合、Distortion付けるとが真っ黒になる不具合の修正
  • Loading branch information
S20817 committed Feb 2, 2024
2 parents c3e4be2 + df3cf38 commit 2e60c76
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ Shader "Hidden/Nova/Particles/ApplyDistortion"
{
SubShader
{
Tags
{
"RenderType" = "Opaque" "RenderPipeline" = "UniversalPipeline"
}
ZTest Always ZWrite Off Cull Off

Pass
{
HLSLPROGRAM
Expand Down

0 comments on commit 2e60c76

Please sign in to comment.