mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 08:42:50 +08:00
fix includes
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
#version 120
|
||||
//downsample 1st pass (half res) for bloom
|
||||
|
||||
#include "lib/settings.glsl"
|
||||
#include "/lib/settings.glsl"
|
||||
uniform sampler2D colortex5;
|
||||
// uniform sampler2D colortex8;
|
||||
uniform vec2 texelSize;
|
||||
uniform float viewWidth;
|
||||
uniform float viewHeight;
|
||||
|
||||
#include "lib/res_params.glsl"
|
||||
#include "/lib/res_params.glsl"
|
||||
|
||||
|
||||
void main() {
|
||||
|
Reference in New Issue
Block a user