mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-18 14:19:30 -07:00
Removing some unused code from bloom
This commit is contained in:
@@ -6,10 +6,6 @@ struct Config {
|
||||
@group(0) @binding(0) var<uniform> config : Config;
|
||||
@group(0) @binding(1) var linearSampler : sampler;
|
||||
|
||||
// Currently mipmap textures aren't working as expected in Firefox Nightly
|
||||
// @group(0) @binding(2) var tex : texture_2d<f32>;
|
||||
// @group(0) @binding(3) var outputTex : texture_storage_2d<rgba8unorm, write>;
|
||||
|
||||
@group(0) @binding(2) var tex1 : texture_2d<f32>;
|
||||
@group(0) @binding(3) var tex2 : texture_2d<f32>;
|
||||
@group(0) @binding(4) var tex3 : texture_2d<f32>;
|
||||
|
||||
Reference in New Issue
Block a user