Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

「Tracker」部分图层在 WebGPU 渲染下的问题 #2525

Open
lvisei opened this issue Jun 7, 2024 · 0 comments
Open

「Tracker」部分图层在 WebGPU 渲染下的问题 #2525

lvisei opened this issue Jun 7, 2024 · 0 comments
Assignees

Comments

@lvisei
Copy link
Member

lvisei commented Jun 7, 2024

整体图层的问题

  1. 多次触发图层渲染报错
  1. 拾取图层没有高亮

部分图层不支持 WebGPU 渲染的问题

  1. shader 里面使用了 gl_PointSize,WebGPU 不支持,需单独写 shader
    • 简单点图层
    • 简单线图层
    • geometry sprite
image
  1. 在顶点着色器里面使用了纹理,g-devece 转换为 440 shader 情况未考虑
    • 3D 热力图层
image
  1. Uniform 绑定没有对齐的图层
    • 蜂窝热力图层
image
  1. 顶点着色器与片元着色器 varying 变量顺序不一致问题
image
  1. 顶点数据超过 buffer 定义数据
    • flow 图层
image
  1. BindGroupLayout 没有对齐
    • ocean 图层
    • 瓦片 terrainRGB
image
  1. G-Device Failed to execute 'writeTexture' on 'GPUQueue': Overload resolution failed.
    • water 图层
    • geometry sprite
    • geometry plane
image
@lvisei lvisei changed the title 部分图层不支持 WebGPU 渲染 部分图层在 WebGPU 渲染下的问题 Jun 7, 2024
@lvisei lvisei changed the title 部分图层在 WebGPU 渲染下的问题 「Tracker」部分图层在 WebGPU 渲染下的问题 Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant