Restructured shaderlib by moving functions and renaming files
This commit is contained in:
parent
c70eaed0c4
commit
40374bd849
10 changed files with 53 additions and 49 deletions
|
@ -1,7 +1,7 @@
|
|||
shader_type canvas_item;
|
||||
|
||||
#include "res://shaderlib/colorspaces.gdshaderinc"
|
||||
#include "res://shaderlib/effects.gdshaderinc"
|
||||
#include "res://shaderlib/hsv.gdshaderinc"
|
||||
#include "res://shaderlib/pixelate.gdshaderinc"
|
||||
|
||||
//!load ./images/swamp.jpg
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
shader_type canvas_item;
|
||||
|
||||
#include "res://shaderlib/colorspaces.gdshaderinc"
|
||||
#include "res://shaderlib/oklab.gdshaderinc"
|
||||
|
||||
//!load ./images/swamp.jpg
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
shader_type canvas_item;
|
||||
|
||||
#include "res://shaderlib/transform.gdshaderinc"
|
||||
#include "res://shaderlib/transparency.gdshaderinc"
|
||||
#include "res://shaderlib/place_texture.gdshaderinc"
|
||||
#include "res://shaderlib/common.gdshaderinc"
|
||||
|
||||
//!load ./images/swamp.jpg
|
||||
//!load+ img2 ./images/grass.png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue