eukara
e4c4938efe
* HL2 plugin: bunch of vmt parsing additions, and a hack to load old Left4Dead .vpk files.
8 lines
280 B
Makefile
8 lines
280 B
Makefile
all: mat_vmt_progs.h
|
|
|
|
VMTPROGSBASE=lightmapped refract transition unlit vertexlit water rt
|
|
VMTPROGS:=$(foreach p,$(VMTPROGSBASE),vmt/$p)
|
|
VMTPROGSFILES:=$(foreach p,$(VMTPROGS),glsl/$p.glsl)
|
|
mat_vmt_progs.h: $(VMTPROGSFILES)
|
|
../../engine/shaders/generatebuiltinsl $@ $(VMTPROGS)
|
|
|