diff --git a/docs/header-stubs/util/format/u_format_gen.h b/docs/header-stubs/util/format/u_format_gen.h index e69de29bb2d..75a75aa76e1 100644 --- a/docs/header-stubs/util/format/u_format_gen.h +++ b/docs/header-stubs/util/format/u_format_gen.h @@ -0,0 +1,7 @@ +enum pipe_format { + PIPE_FORMAT_NONE, +}; + +enum pipe_video_chroma_format { + PIPE_VIDEO_CHROMA_FORMAT_NONE, +};