mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 07:34:57 +00:00
LibVirtGPU: Add enum for Gallium texture formats
This commit is contained in:
parent
0993aba321
commit
65a1ebcccf
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