Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
blechdom committed Nov 28, 2023
1 parent 6b8e272 commit 01895bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/shaders/threeOhThree/compute.wgsl
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ fn synthesize(@builtin(global_invocation_id) global_id: vec3<u32>) {
song_chunk[sample] = mainSound(time_info.offset + t);
}

// -------------------------------------------------------------------------------------------------
// The rest of the shader is copied & ported from https://www.shadertoy.com/view/7lyfWR
// -------------------------------------------------------------------------------------------------

const PI: f32 = 3.141592654;
const TAU: f32 = 6.283185307179586476925286766559;

Expand Down

0 comments on commit 01895bf

Please sign in to comment.