mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
LibVirtGPU: Add enum for Gallium texture formats
This commit is contained in:
parent
0993aba321
commit
65a1ebcccf
Notes:
sideshowbarker
2024-07-17 05:58:46 +09:00
Author: https://github.com/sunverwerth Commit: https://github.com/SerenityOS/serenity/commit/65a1ebcccf Pull-request: https://github.com/SerenityOS/serenity/pull/16590 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/ccapitalK Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/supercomputer7 ✅
1 changed files with 4 additions and 0 deletions
|
@ -212,6 +212,10 @@ enum class ShaderType : u32 {
|
|||
SHADER_TYPES
|
||||
};
|
||||
|
||||
enum class PipeFormat : u32 {
|
||||
R32G32B32_FLOAT = 30
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue