1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:37:34 +00:00

LibGL+LibGPU+LibSoftGPU: Report texture clamp to edge support

This commit is contained in:
Jelle Raaijmakers 2022-09-09 14:41:07 +02:00 committed by Linus Groh
parent 087f565700
commit 1aa1c89afa
3 changed files with 5 additions and 0 deletions

View file

@ -19,6 +19,7 @@ struct DeviceInfo final {
float max_texture_lod_bias;
u8 stencil_bits;
bool supports_npot_textures;
bool supports_texture_clamp_to_edge;
bool supports_texture_env_add;
};