using a texture for the grid is better
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Mon, 25 Jul 2016 04:01:13 +0000 (07:01 +0300)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Mon, 25 Jul 2016 04:01:13 +0000 (07:01 +0300)
commit84320a4b92c1922cd40bd7ce3d942d19cc704bd2
treeb54ed146b4db9103729821dc9086a972ae3b8d7a
parentdd39621d642e417f1e343cbf813205a658272639
using a texture for the grid is better
12 files changed:
Makefile
sdr/grid.p.glsl
sdr/grid.v.glsl
src/app.cc
src/assman.c [new file with mode: 0644]
src/assman.h [new file with mode: 0644]
src/assman_desktop.c [new file with mode: 0644]
src/image.cc [new file with mode: 0644]
src/image.h [new file with mode: 0644]
src/opengl.h
src/texture.cc [new file with mode: 0644]
src/texture.h [new file with mode: 0644]