stars.fsh
0 B
Empty File
#version 150
#moj_import <minecraft:dynamictransforms.glsl>
out vec4 fragColor;
void main() {
fragColor = ColorModulator;
}