Skip to content

Commit

Permalink
Rename fourth shader type
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsterDruide1 committed Aug 8, 2023
1 parent 8c8a5b5 commit 1b8aa3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/common/aglShaderEnum.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ enum ShaderType {
cShaderType_Fragment,
cShaderType_Geometry,
#ifdef SWITCH
cShaderType_Unknown,
cShaderType_Compute,
#endif
cShaderType_Num
};
Expand Down

0 comments on commit 1b8aa3c

Please sign in to comment.