mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:57:45 +00:00
LibGL+LibSoftGPU: Enumize material front/back face selection
This commit is contained in:
parent
64dfb3a28f
commit
3609ffc450
5 changed files with 24 additions and 16 deletions
|
@ -41,7 +41,7 @@ struct ContextParameter {
|
|||
} value;
|
||||
};
|
||||
|
||||
enum MaterialFace : u8 {
|
||||
enum Face {
|
||||
Front = 0,
|
||||
Back = 1,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue