CPhazonSuitFilter: wait I did the wrong thing again

This commit is contained in:
Luke Street 2020-10-03 17:40:39 -04:00
parent 93c9244f14
commit c4e175bd64
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace urde {
using namespace hsh::pipeline;
template <bool NoIndTex>
struct CPhazonSuitFilterPipeline : pipeline<topology<hsh::TriangleStrip>, SubtractAttachment<>, depth_write<false>> {
struct CPhazonSuitFilterPipeline : pipeline<topology<hsh::TriangleStrip>, AdditiveAttachment<>, depth_write<false>> {
CPhazonSuitFilterPipeline(hsh::vertex_buffer<CPhazonSuitFilter::Vert> vbo,
hsh::uniform_buffer<CPhazonSuitFilter::Uniform> ubo, hsh::render_texture2d screenTex,
hsh::texture2d indTex, hsh::render_texture2d maskTex, hsh::render_texture2d maskTexBlur) {