mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
LibGL+LibGPU+LibSoftGPU: Move Enums.h to LibGPU
This commit is contained in:
parent
ac033dd9b6
commit
24d420312c
6 changed files with 198 additions and 197 deletions
|
@ -23,4 +23,8 @@ static constexpr int NUM_LIGHTS = 8;
|
|||
// FIXME: make this dynamically configurable through ConfigServer
|
||||
static constexpr bool CLAMP_DEPRECATED_BEHAVIOR = false;
|
||||
|
||||
using ColorType = u32; // BGRA:8888
|
||||
using DepthType = float;
|
||||
using StencilType = u8;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue