CPhazonSuitFilter: Fix color_attachment

This commit is contained in:
Luke Street 2020-10-03 17:39:49 -04:00
parent 383953fd1d
commit 93c9244f14
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>, BlendAttachment<>, depth_write<false>> {
struct CPhazonSuitFilterPipeline : pipeline<topology<hsh::TriangleStrip>, SubtractAttachment<>, 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) {