1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 02:13:56 +09: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
Notes: sideshowbarker 2024-07-17 07:15:16 +09:00
3 changed files with 5 additions and 0 deletions

View file

@ -804,6 +804,7 @@ GPU::DeviceInfo Device::info() const
.max_texture_lod_bias = MAX_TEXTURE_LOD_BIAS,
.stencil_bits = sizeof(GPU::StencilType) * 8,
.supports_npot_textures = true,
.supports_texture_clamp_to_edge = true,
.supports_texture_env_add = true,
};
}