]> git.sesse.net Git - nageru/commit
Move most Nageru embedded shaders to the read_file() system.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 3 Dec 2018 21:48:21 +0000 (22:48 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 3 Dec 2018 21:48:21 +0000 (22:48 +0100)
commitebd973909f6985622c1e77753291f84919f5fdf5
tree62fd3ec30497e000415556b3c6ee4780250dca36
parentabb8008f34e6ad7fd7665c4bb808259bce46b5b2
Move most Nageru embedded shaders to the read_file() system.
14 files changed:
nageru/cbcr_subsample.frag [new file with mode: 0644]
nageru/cbcr_subsample.vert [new file with mode: 0644]
nageru/chroma_subsampler.cpp
nageru/embedded_files.h [new file with mode: 0644]
nageru/meson.build
nageru/timecode.frag [new file with mode: 0644]
nageru/timecode.vert [new file with mode: 0644]
nageru/timecode_10bit.frag [new file with mode: 0644]
nageru/timecode_renderer.cpp
nageru/uyvy_subsample.frag [new file with mode: 0644]
nageru/uyvy_subsample.vert [new file with mode: 0644]
nageru/v210_subsample.comp [new file with mode: 0644]
shared/read_file.cpp [new file with mode: 0644]
shared/read_file.h [new file with mode: 0644]