mirror of
https://github.com/Zenithsiz/zsw.git
synced 2026-02-03 09:50:31 +00:00
Removed old todo.
This commit is contained in:
parent
ddf753e466
commit
a444b6ee1c
@ -98,7 +98,6 @@ fn main(in: VertexOutput) -> FragOutput {
|
||||
out.color.a = 1.0;
|
||||
|
||||
#else ifdef FADE_IN
|
||||
// TODO: Use a background color instead of black?
|
||||
let contained_prev = sample_prev.uvs.x >= 0.0 && sample_prev.uvs.x <= 1.0 && sample_prev.uvs.y >= 0.0 && sample_prev.uvs.y <= 1.0;
|
||||
let contained_cur = sample_cur .uvs.x >= 0.0 && sample_cur .uvs.x <= 1.0 && sample_cur .uvs.y >= 0.0 && sample_cur .uvs.y <= 1.0;
|
||||
let contained_next = sample_next.uvs.x >= 0.0 && sample_next.uvs.x <= 1.0 && sample_next.uvs.y >= 0.0 && sample_next.uvs.y <= 1.0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user