mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
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:
parent
f67edacf8b
commit
3844c35e0d
1 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
enum pipe_format {
|
||||
PIPE_FORMAT_NONE,
|
||||
};
|
||||
|
||||
enum pipe_video_chroma_format {
|
||||
PIPE_VIDEO_CHROMA_FORMAT_NONE,
|
||||
};
|
||||
Loading…
Add table
Reference in a new issue