Skip to content

Commit

Permalink
Fix centerDepth on core
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Jul 18, 2023
1 parent 0c96678 commit ef964b0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ public static void transform(
TranslationUnit tree,
Root root,
Parameters parameters) {
CompositeDepthTransformer.transform(t, tree, root);

if (parameters.type == PatchShaderType.VERTEX) {
root.rename("vaPosition", "Position");
root.rename("vaUV0", "UV0");
Expand Down

0 comments on commit ef964b0

Please sign in to comment.