mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:27:35 +00:00
LibGL+LibGPU+LibSoftGPU: Report maximum texture size
This commit is contained in:
parent
04ae4b89a3
commit
abc0c44f0b
6 changed files with 27 additions and 17 deletions
|
@ -16,6 +16,7 @@ struct DeviceInfo final {
|
|||
unsigned num_texture_units;
|
||||
unsigned num_lights;
|
||||
unsigned max_clip_planes;
|
||||
unsigned max_texture_size;
|
||||
float max_texture_lod_bias;
|
||||
u8 stencil_bits;
|
||||
bool supports_npot_textures;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue