Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed May 22, 2024
1 parent f927d4a commit e2d6ba5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions base/Sources/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1251,12 +1251,12 @@ function base_make_pipe() {
base_pipe_merge_g = base_make_merge_pipe(false, true, false, false);
base_pipe_merge_b = base_make_merge_pipe(false, false, true, false);
base_pipe_merge_a = base_make_merge_pipe(false, false, false, true);
base_tex0 =g4_pipeline_get_tex_unit(base_pipe_merge, "tex0"); // Always binding texpaint.a for blending
base_tex1 =g4_pipeline_get_tex_unit(base_pipe_merge, "tex1");
base_texmask =g4_pipeline_get_tex_unit(base_pipe_merge, "texmask");
base_texa =g4_pipeline_get_tex_unit(base_pipe_merge, "texa");
base_opac =g4_pipeline_get_const_loc(base_pipe_merge, "opac");
base_blending =g4_pipeline_get_const_loc(base_pipe_merge, "blending");
base_tex0 = g4_pipeline_get_tex_unit(base_pipe_merge, "tex0"); // Always binding texpaint.a for blending
base_tex1 = g4_pipeline_get_tex_unit(base_pipe_merge, "tex1");
base_texmask = g4_pipeline_get_tex_unit(base_pipe_merge, "texmask");
base_texa = g4_pipeline_get_tex_unit(base_pipe_merge, "texa");
base_opac = g4_pipeline_get_const_loc(base_pipe_merge, "opac");
base_blending = g4_pipeline_get_const_loc(base_pipe_merge, "blending");
///end

{
Expand Down

0 comments on commit e2d6ba5

Please sign in to comment.