docs: stub pipe_format & pipe_video_chroma_format
Fixes:fabd0d82db("util/format: Auto-generate the enum pipe_format definition") Fixes:5e01ec4bd0("util/format: Auto-generate a bunch of YUV helpers") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36888>
This commit is contained in:
committed by
Marge Bot
parent
f67edacf8b
commit
3844c35e0d
@@ -0,0 +1,7 @@
|
||||
enum pipe_format {
|
||||
PIPE_FORMAT_NONE,
|
||||
};
|
||||
|
||||
enum pipe_video_chroma_format {
|
||||
PIPE_VIDEO_CHROMA_FORMAT_NONE,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user