mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:47:36 +00:00
LibGL+LibGPU+LibSoftGPU: Report texture env add extension
The Quake 3 port makes use of this extension to determine a more efficient multitexturing strategy. Since LibSoftGPU supports it, let's report the extension in LibGL. :^)
This commit is contained in:
parent
adf85c719a
commit
94f016b363
3 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,7 @@ struct DeviceInfo final {
|
|||
unsigned max_clip_planes;
|
||||
u8 stencil_bits;
|
||||
bool supports_npot_textures;
|
||||
bool supports_texture_env_add;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue