Skip to content

Commit

Permalink
框架跟进
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Jan 3, 2025
1 parent 28c6fae commit 932aeaf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion Zenitha
Submodule Zenitha updated 1 files
+0 −1 graphicExtend.lua
2 changes: 0 additions & 2 deletions assets/shader/darker.hlsl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#pragma language glsl3

uniform float k;

vec4 effect(vec4 color, sampler2D tex, vec2 texCoord, vec2 scrCoord) {
Expand Down
2 changes: 0 additions & 2 deletions assets/shader/gaussianBlur.hlsl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Original by: @bytewave from Shadertoy

#pragma language glsl3

uniform float smpCount; // 10
uniform float radius; // 0.026

Expand Down
2 changes: 0 additions & 2 deletions assets/shader/lighter.hlsl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#pragma language glsl3

uniform float k;

vec4 effect(vec4 color, sampler2D tex, vec2 texCoord, vec2 scrCoord) {
Expand Down

0 comments on commit 932aeaf

Please sign in to comment.