Skip to content

Commit

Permalink
experimenting with for loop
Browse files Browse the repository at this point in the history
  • Loading branch information
rjwignar committed Nov 25, 2023
1 parent 038f90e commit 40b4ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
done
ALL_CHANGED_FILES=(${{ steps.changed-files.outputs.all_changed_files }})
echo "${ALL_CHANGED_FILES[@]}
echo "${ALL_CHANGED_FILES[@]}"
LIST_LENGTH=${#ALL_CHANGED_FILES[*]}
echo $LIST_LENGTH
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ struct PerPassParallax
uint ShadowsEndFade;
};


StructuredBuffer<PerPassParallax> perPassParallax : register(t30);

#include "ComplexParallaxMaterials/CRPM.hlsli"

0 comments on commit 40b4ac0

Please sign in to comment.