大约有 3 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0025 秒)
...图2-1) 还需要注意的是,WebGPU 只能在安全上下文(Secure Context)中运行。这意味着在进行 WebGPU 调试和运行时,页面必须通过 HTTPS 访问。 在实际开发过程中,开发者往往会使用本地 HTTPS 服务进行调试。但本地 HTTPS 服务通常无...
来源: Laya3.0_文档 发布时间: 20260122
...3.4 Shadow Pass(T_ShadowPass)3.5 3D Main Pass(T_3DMainPass)3.6 3D Context Pre(T_3DContextPre)3.7 3D Context Render(T_3DContextRender)3.8 3D Main Pass Opaque(T_3DMainPass_Opaque)3.9 3D Main Pass Trans(T_3DMainPass_Trans)3.10 3D Batch Time(T_3DBatchTime)3.11 Cull Main(T_C...
来源: Laya3.0_文档 发布时间: 20260128
...并在统一时机执行。 这样可以避免直接调用底层 compute context。ShaderData 的数组顺序必须与 uniformMaps 对应。 示例如下: const cmd = new Laya.ComputeCommandBuffer(); cmd.addDispatchCommand(Laya.computeShader, Laya.shaderDefine, [shaderData0, shaderData1], new Laya...
来源: Laya3.0_文档 发布时间: 20260131