CCameraBlurFilter: Correct pipeline attributes

This commit is contained in:
Luke Street 2020-09-29 01:27:06 -04:00
parent 68726f2783
commit 1037b16c59
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
namespace urde {
using namespace hsh::pipeline;
struct CCameraBlurFilterPipeline : pipeline<color_attachment<>> {
struct CCameraBlurFilterPipeline : pipeline<BlendAttachment<>, depth_write<false>> {
CCameraBlurFilterPipeline(hsh::vertex_buffer<CCameraBlurFilter::Vert> vbo,
hsh::uniform_buffer<CCameraBlurFilter::Uniform> ubo,
hsh::render_texture2d tex) {