mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-29 13:46:31 +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: 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…
Add table
Add a link
Reference in a new issue