7 lines
244 B
GLSL
7 lines
244 B
GLSL
// MinecraftPT — Damaged Block Fragment Shader
|
|
// Handles block damage cracks — same as terrain but with damage texture overlay
|
|
|
|
#include "/Lib/Settings.glsl"
|
|
#include "/Lib/Utilities.glsl"
|
|
#include "/Lib/Programs/Gbuffers/Terrain_FS.glsl"
|