table of contents
other versions
- bookworm 0.16.0.52.gbd831ab-1+b3
- bookworm-backports 0.17.0.22.gc831aec-1~bpo12+1
- testing 0.17.0.22.gc831aec-1
- unstable 0.17.0.22.gc831aec-1
UFO-MKFILTER(1) | UFO-MKFILTER(1) |
NAME¶
ufo-mkfilter - Create filter skeletons
SYNOPSIS¶
ufo-mkfilter [-d] [--use-gpu] [--type <type>] NAME
DESCRIPTION¶
Creates source and header files for a skeleton task. The camel-cased NAME is transformed to hyphen-separated lowercase names with .c and .h extensions.
OPTIONS¶
--disable-comments, -d
Do not output any comments in the source file.
--use-gpu
Specify that this task uses GPUs.
--type TYPE
TYPE must be one of "sink",
"filter", "reductor" or "generator". Appropriate
support code is generated.
06/16/2025 |