realxie

Results 4 issues of realxie

如是: Meizu MX3 仅支持WebGL 1.0,具有float texture的扩展,使用多光源支持时直接crash 使用shadowmap,显示异常,也和float texture有关。 ```js case TextureFormat.R32G32B32A32: if (LayaGL.layaGPUInstance._isWebGL2) gl.texImage2D(textureType, miplevel, (gl).RGBA32F, width, height, 0, glFormat, gl.FLOAT, pixels); else gl.texImage2D(textureType, miplevel, gl.RGBA, width, height, 0, glFormat,...

The following code snippet comes from //github.com/austinEng/webgpu-samples.git, but when I compile it with glslang, it's failed with the error *"Glslang.JS: Could not compile shader"* ``` #version 450 layout(set = 0,...

``` dictionary GPURasterizationStateDescriptor { GPUFrontFace frontFace = "ccw"; GPUCullMode cullMode = "none"; GPUFillMode fillMode = 'fill'; ????? }; ``` Sometimes, we need draw line or point view for debugging, can...

feature request
api