comparison default.cfg @ 498:51bf87f76d15

Pull shader file names from config file.
author Mike Pavone <pavone@retrodev.com>
date Mon, 28 Oct 2013 23:59:59 -0700
parents 3e1573fa22cf
children d77c79cec800
comparison
equal deleted inserted replaced
497:0820a71b80f3 498:51bf87f76d15
54 } 54 }
55 } 55 }
56 56
57 video { 57 video {
58 width 640 58 width 640
59 vertex_shader default.v.glsl
60 fragment_shader default.f.glsl
59 } 61 }
60 62
61 audio { 63 audio {
62 rate 48000 64 rate 48000
63 buffer 512 65 buffer 512