show-image 0.14.1

quickly show images in a window for debugging
Documentation
1
2
3
4
5
6
.PHONY: all

all: shader.vert.spv uint8.frag.spv unorm8.frag.spv

%.spv: %
	glslangValidator -V -o "$@" "$<"