Embed texture

This commit is contained in:
Lubos Lenco 2017-12-07 18:04:17 +01:00
parent 2a3b8ff81b
commit 46758cec5b

View file

@ -67,6 +67,7 @@ def build():
wrd.compo_defs += '_CGlare'
if wrd.arm_lut:
wrd.compo_defs += '_CLUT'
assets.add_embedded_data('luttexture.jpg')
assets.add_shader2('compositor_pass', 'compositor_pass')
else:
assets.add_shader2('copy_pass', 'copy_pass')