简体   繁体   English

2023 年典型的 webgl MAX_TEXTURE_SIZE 是多少?

[英]What is typical webgl MAX_TEXTURE_SIZE in 2023?

I understand that MAX_TEXTURE_SIZE is GPU-dependent.我知道MAX_TEXTURE_SIZE依赖于 GPU。 Is there any information about what GPU's support various max texture sizes?是否有关于哪些 GPU 支持各种最大纹理大小的信息?

Alternatively, are they any browser usage statistics that report things like MAX_TEXTURE_SIZE ?或者,他们是否有任何报告MAX_TEXTURE_SIZE类的浏览器使用统计信息?

In particular, I am looking to find how typical it is in 2023 for a device to support at least 8,192 as a MAX_TEXTURE_SIZE beyond anecdotal reports.特别是,我希望了解设备在 2023 年支持至少8,192作为MAX_TEXTURE_SIZE的典型程度,超出轶事报告。

According to the OpenGL Hardware Database with 8374 entries, the typical value for MAX_TEXTURE_SIZE nowadays is 16384 (71%), followed by 32768 (16.9%) and 8192 (9.1%).根据具有 8374 个条目的OpenGL 硬件数据库,如今 MAX_TEXTURE_SIZE 的典型值为16384(71%),其次是 32768(16.9%)和 8192(9.1%)。 So in total 97% support a MAX_TEXTURE_SIZE of at least 8192.所以总共有 97% 的人支持 MAX_TEXTURE_SIZE 至少为 8192。

Strictly speaking, this value is driver-specific, so you might get different values on the same GPU but with a different driver.严格来说,这个值是特定于驱动程序的,因此您可能会在同一个 GPU 上获得不同的值,但使用不同的驱动程序。 However, the OpenGL Hardware DB considers this.但是,OpenGL 硬件数据库考虑了这一点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 WebGL2:最大元素索引/顶点是怎么回事? - WebGL2: what is up with max elements indices/vertices? WebGL - 从纹理读取后缺少值 - WebGL - Have Missing Values After Reading From Texture 带有webgl的chrome上GPU中的纹理成本是多少? - how much does a texture cost in GPU on chrome with webgl? 在张量流服务batching_config.txt中,“ max_batch_size”是什么意思? - What does “max_batch_size” mean in tensorflow-serving batching_config.txt? 什么是 DirectX 中的“无类型”DXGI 纹理格式? - What are 'typeless' DXGI texture formats in DirectX? GL_TEXTURE_2D对于“无2个纹理的幂”的性能如何? - What is the performance of GL_TEXTURE_2D for “non power of 2 textures”? CUDA中的全局内存和纹理之间有什么区别? - What's the difference between global memory and texture in CUDA? ipad / 3gs(SGX显卡)的最大纹理'计数'是多少? 我们可以“专门”使用纹理数据多少内存? - What is the maximum texture 'count' for ipad/3gs (SGX Graphics card)? how much memory we can use 'specifically' for texture data? 如何查找CL_DEVICE_MAX_WORK_GROUP_SIZE的值 - How to find value of CL_DEVICE_MAX_WORK_GROUP_SIZE 了解 CL_DEVICE_MAX_WORK_GROUP_SIZE 限制 OpenCL? - Understanding CL_DEVICE_MAX_WORK_GROUP_SIZE limit OpenCL?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM