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,6 +1,6 @@
|
||||
#version 120
|
||||
#include "lib/settings.glsl"
|
||||
#include "lib/res_params.glsl"
|
||||
#include "/lib/settings.glsl"
|
||||
#include "/lib/res_params.glsl"
|
||||
uniform float viewWidth;
|
||||
uniform float viewHeight;
|
||||
varying vec2 texcoord;
|
||||
|
Reference in New Issue
Block a user