Skip to content

Commit

Permalink
chore: format comment
Browse files Browse the repository at this point in the history
  • Loading branch information
saturday06 committed Aug 2, 2024
1 parent 85612c0 commit b79e0d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Install deb packages
run: |
sudo apt-get update -qq || true
sudo apt-get install -y clang-format-12 glslang-tools python3 shellcheck shfmt uchardet
sudo apt-get install -y clang-format glslang-tools python3 shellcheck shfmt uchardet
env:
DEBIAN_FRONTEND: noninteractive
- uses: actions/checkout@v4
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
done
- name: Format GLSL (May break syntax!)
run: |
git ls-files "*.glsl" | xargs clang-format-12 -i
git ls-files "*.glsl" | xargs clang-format -i
git diff --exit-code
- name: Install poetry
run: |
Expand Down
2 changes: 1 addition & 1 deletion src/io_scene_vrm/editor/mtoon0/toon.frag.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ void main() {
output_color *= lighting;
outline_col *= lighting;

//未実装@Indirect Light
// 未実装@Indirect Light

// parametric rim
vec3 p_rim_color =
Expand Down

0 comments on commit b79e0d6

Please sign in to comment.