Skip to content

Commit

Permalink
customresolve-sapp.glsl: add flip_vert_y glsl option
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Nov 17, 2024
1 parent 5eb817a commit 8e0c7f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sapp/customresolve-sapp.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ void main() {

// the final display pass shader which renders the custom-resolved texture to the display
@vs display_vs
@glsl_options flip_vert_y
@include_block fullscreen_triangle

out vec2 uv;
Expand Down

0 comments on commit 8e0c7f0

Please sign in to comment.