mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-04 13:53:26 +00:00
avcodec/vulkan: Add support for generating GLSL strings from comp shaders
This commit is contained in:
parent
d80676117a
commit
f456522e32
@ -1375,3 +1375,12 @@ $(SUBDIR)pcm.o: $(SUBDIR)pcm_tables.h
|
||||
$(SUBDIR)qdm2.o: $(SUBDIR)qdm2_tables.h
|
||||
$(SUBDIR)sinewin.o: $(SUBDIR)sinewin_tables.h
|
||||
endif
|
||||
|
||||
clean::
|
||||
$(RM) $(CLEANSUFFIXES:%=libavcodec/vulkan/%)
|
||||
|
||||
VULKAN = $(subst $(SRC_PATH)/,,$(wildcard $(SRC_PATH)/libavcodec/vulkan/*.comp))
|
||||
.SECONDARY: $(VULKAN:.comp=.c)
|
||||
libavcodec/vulkan/%.c: TAG = VULKAN
|
||||
libavcodec/vulkan/%.c: $(SRC_PATH)/libavcodec/vulkan/%.comp
|
||||
$(M)$(SRC_PATH)/tools/source2c $< $@
|
||||
|
Loading…
Reference in New Issue
Block a user