Combine ported

This commit is contained in:
Emmanuel BENOîT 2017-10-04 18:06:39 +02:00
parent 5b3d883488
commit 49663217e2
3 changed files with 16 additions and 12 deletions

View file

@ -1,5 +1,7 @@
#version 450 core
//! type fragment
layout( location = 0 ) uniform sampler2D u_MainInput;
layout( location = 1 ) uniform sampler2D u_BlurInput;
layout( location = 2 ) uniform vec2 u_OutputSize;